fcdb71bfad
added cli usage info, removed useless type alias
2019-09-09 20:46:34 +02:00
2cd92e147e
Refactor help menu
2019-07-15 16:06:37 -07:00
42e65038b0
Changed GPU naming scheme
2019-07-14 10:44:03 -04:00
7b2f16a48c
Added FreeBSD Nvidia GPU support using nvidia-smi
...
- Also refactored the temp_freebsd code to be modular.
2019-07-14 10:23:42 -04:00
f58d1e256a
Removed nvidia temps as another PR handles this.
2019-07-14 09:59:18 -04:00
aa496ba38d
FreeBSD Fixes
...
- Added NVIDIA GPU Temperature Support
- Fixed a bug where CPU temp would not be displayed if a syctl option was not found
- Fixed a bug where Swap was not being displayed on mirroed ZFS partitions.
2019-07-14 09:46:07 -04:00
b80258b07e
Implement #148 and #149
2019-06-12 23:28:52 +02:00
e1f3488c4c
Refactor network interface selection
2019-06-07 15:03:00 -07:00
246ebfbff2
Remove unused duplicate definition.
2019-06-06 11:08:05 -07:00
129f6c238a
Remove default filter (oops).
2019-06-04 15:11:58 -07:00
9c0253ef31
Factor Entry widget out of proc.
2019-06-04 15:09:09 -07:00
84a4bbd440
Fix fullwidth rune handling.
2019-06-04 14:25:35 -07:00
f3b451c887
Move filter event handling into proc widget.
2019-06-03 16:02:22 -07:00
32f88622c7
Convert tabs to spaces in README.md.
2019-06-03 15:36:01 -07:00
38c92e910d
Handle space in filter input box.
2019-06-03 15:33:42 -07:00
8549ae34a1
Add padding around filter label and edit box.
2019-06-03 15:30:10 -07:00
6d0eae1f0b
Fix counter when list has 0 items.
2019-06-03 15:18:40 -07:00
bb44c222ef
Add cursor while editing filter.
...
Also, change from [Filter: ...] to Filter: [...].
2019-06-03 15:14:22 -07:00
2aea13bf0a
Refactor filter editing input handling.
...
Only swallow events that are explicitly handled by the editor. Fall
through to the default event handling for all other events.
Also, cancel editing on <Escape> and fix README file formatting.
2019-06-03 14:38:09 -07:00
5941bec6c1
Update process list immediately when filter changes.
2019-06-03 14:08:57 -07:00
866281cc42
First pass at filter support.
...
Press / to input a filter string. The proc list will be filtered to
procs that contain the filter as a substring of either the command or
the string representation of the PID.
2019-05-31 23:20:55 -07:00
1b5985860c
Misc project changes
2019-05-29 15:07:01 -07:00
12dfe76c8c
Fix localization issues on macOS ( #124 )
2019-05-28 11:48:12 -07:00
b45fb2dc1c
Merge pull request #145 from mgamsjager/freebsd-fixes
...
Freebsd fixes
2019-05-28 11:48:12 -07:00
212caf48a9
Fix temperatures on FreeBSD
2019-05-28 11:48:08 -07:00
45b5b2dbc0
Fix issues with swap memory on FreeBSD
2019-05-28 11:48:04 -07:00
6907f598f8
Fix process localization issues on FreeBSD
2019-05-28 11:47:55 -07:00
235c386a6c
Update changelog
2019-05-15 17:46:02 -07:00
f6994e843d
Merge pull request #144 from mattLLVW/feature/network_interface
...
select network interface
2019-05-15 17:19:44 -07:00
d5f2fef5dd
Change network widget title based on interface
2019-05-15 17:13:36 -07:00
d734634a5d
Merge pull request #143 from mgamsjager/freebsd-proc
...
FreeBSD process support
2019-05-15 16:44:11 -07:00
0d783d932e
added README interface option
2019-05-14 22:44:18 +02:00
622f27f886
functional
2019-05-14 22:26:22 +02:00
2be4549c15
started
2019-05-14 18:09:17 +02:00
ea5e097d52
Proper json helper
2019-05-14 13:00:04 +02:00
68d38a61d7
Create separate file for FreeBSD
2019-05-14 12:57:05 +02:00
21cd642424
readme: add snap installation instructions
2019-04-25 18:00:25 -07:00
0817bea2bb
Implement snap packaging, snaps are universal linux packages
...
This patch implements the necessary details to package gotop as a snap
that can be installed on various GNU/Linux distributions supported by
Snapd.
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com >
2019-04-25 11:11:26 -07:00
56662fda14
Merge pull request #130 from A-lxe/process-list-location-indicator
...
Add a scroll location indicator to the process table
2019-04-08 00:09:31 -07:00
3818e459fa
Add Linux console font
...
A console font with braille and graphic block characters is needed to
run gotop directly on the Linux console. Contribute a 16x8 psf font
containing these characters.
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com >
2019-04-07 15:21:03 -03:00
e7dff53936
Remove partial comment
2019-03-25 11:15:35 -04:00
a31e182925
Merge pull request #129 from gbrlsnchs/patch-1
...
Fix "TX" being displayed as "Tx"
2019-03-22 17:48:51 -07:00
dac71bfdff
Merge pull request #128 from omar-polo/master
...
re-render statusbar on every tick
2019-03-22 17:44:27 -07:00
0f2a5d1e9a
Add a scroll location indicator to the process table
2019-03-22 18:24:11 -04:00
b51b78f796
Fix "TX" being displayed as "Tx"
...
"RX" is all caps so either "TX" should also be or none. All caps might be the most common form for both.
2019-03-21 13:20:50 -03:00
ff7d00d7dc
re-render statusbar on every tick
2019-03-17 15:54:56 +01:00
ade4f2a623
Minor refactor
2019-03-11 23:02:45 -07:00
d38fd3a575
Merge pull request #126 from omar-polo/master
...
Complete the refactor
2019-03-11 22:49:37 -07:00
341a0b4f27
complete the refactor
2019-03-11 21:35:13 +01:00
70339c4330
Merge pull request #123 from CodeLingoBot/rewrite
...
Fix function comments based on best practices from Effective Go
2019-03-08 15:58:07 -08:00