Commit Graph

454 Commits

Author SHA1 Message Date
Sean E. Russell
c0c2cfb11a Merge remote-tracking branch 'jrswab/nordColorScheme' 2020-02-14 07:19:28 -06:00
Sean E. Russell
4e2275c9f7 Merge remote-tracking branch 'theverything/add-missing-option-to-readme' 2020-02-14 07:07:27 -06:00
Sean E. Russell
a7c9949daf Fixes rowspan losing widget bug. Preps for 3.2.0 2020-02-14 07:00:39 -06:00
Sean E. Russell
eb27f74131 Add merge todos 2020-02-14 06:44:25 -06:00
Sean E. Russell
38d7736ca0 Switching maintainership. 2020-02-13 16:26:28 -06:00
Sean E. Russell
47413695ce Updates the version to reflect feature additions and merges 2020-02-13 13:47:43 -06:00
Sean E. Russell
ed01cf48d2 Updates docs for layout rework. 2020-02-13 13:45:16 -06:00
Sean E. Russell
1bf6926282 Merge remote-tracking branch 'jrswab/otherSigTerms' 2020-02-13 13:38:45 -06:00
Sean E. Russell
4247e9339e Reworks the -l argument. Combines the layout args into one (smarter) one, and adds the ability to parse layouts from stdin. Re-implements --minimal as a layout. 2020-02-13 13:24:41 -06:00
Markus Peloquin
44b8ac9c1a Solarized theme fixes
The Solarized theme doesn't work well on light themes. (Light/dark have
identical palettes, but the foreground/background colors are different
and greys obviously get used differently.)

This commit makes the 'solarized' theme use the foreground color instead
of '250' and use the average of base00 and base0 for DiskBar. (These
greys are already close to 50%.)

This commit also adds two 16-color themes utilizing the extra violet/
orange colors, and uses the appropriate grey color for DiskBar.
2020-02-13 12:39:08 -06:00
Sean E. Russell
0932e3c3d0 Merge remote-tracking branch 'howjmay/fix_typo' 2020-02-13 12:12:40 -06:00
Sean E. Russell
b60451ea2d Updates README with information about layouts 2020-02-13 10:37:11 -06:00
Sean E. Russell
f0abd73a00 Adds a disk-focused layout 2020-02-13 10:20:24 -06:00
Sean E. Russell
7e5c0c969c Fixes the directory structure. 2020-02-13 10:15:52 -06:00
Sean E. Russell
4bfe0251a8 v1 of dynamic layout for GUI
Fixes the deepfind functions.
2020-02-13 09:44:16 -06:00
Sean E. Russell
97203db7d2 Gets rid of vendor, starts adding dynamic layout. 2020-02-12 20:15:49 -06:00
Sean E. Russell
5123f9bc0f Adds an option to disable the temperature widget for, e.g., VPSes or other servers. 2020-02-12 09:05:14 -06:00
Caleb Bassi
755037d211 Add deprecation notice 2020-01-25 10:14:57 -08:00
HowJMay
ad8060510a fix: Fix typos
Fix typos in repo
2020-01-22 01:21:57 +08:00
Jaron Swab
7ff732e06e Added sigterm options to "d" command.
This should satisfy issue #13 (at least in part).
`main.go` now has cases for "dd", "d3", and "d9".
"d3" is "sigquit" and "d9" is "sigkill".

`KillProc()` now takes a string as an arugment to perferm desired kill
action using `--signal`.

`help.go` also has been update to reflect the additions.
2019-10-03 20:59:22 -04:00
Jaron Swab
99bd4af7a8 Added a color scheme to match Nord.
This is an approximation since Nord uses HTML color codes that are
outside of the 256 terminal colors.

CPU Lines and BattLines not edited from the default.
2019-10-01 21:17:53 -04:00
Jeffrey Horn
b1e97a8a79 Add missing cli option to README and fix formatting 2019-09-26 16:01:02 -07:00
Caleb Bassi
2cd92e147e Refactor help menu 2019-07-15 16:06:37 -07:00
Caleb Bassi
e1f3488c4c Refactor network interface selection 2019-06-07 15:03:00 -07:00
Caleb Bassi
1b5985860c Misc project changes 2019-05-29 15:07:01 -07:00
Caleb Bassi
12dfe76c8c Fix localization issues on macOS (#124) 2019-05-28 11:48:12 -07:00
Caleb Bassi
b45fb2dc1c Merge pull request #145 from mgamsjager/freebsd-fixes
Freebsd fixes
2019-05-28 11:48:12 -07:00
Matthias Gamsjager
212caf48a9 Fix temperatures on FreeBSD 2019-05-28 11:48:08 -07:00
Matthias Gamsjager
45b5b2dbc0 Fix issues with swap memory on FreeBSD 2019-05-28 11:48:04 -07:00
Matthias Gamsjager
6907f598f8 Fix process localization issues on FreeBSD 2019-05-28 11:47:55 -07:00
Caleb Bassi
235c386a6c Update changelog 2019-05-15 17:46:02 -07:00
Caleb Bassi
f6994e843d
Merge pull request #144 from mattLLVW/feature/network_interface
select network interface
2019-05-15 17:19:44 -07:00
Caleb Bassi
d5f2fef5dd Change network widget title based on interface 2019-05-15 17:13:36 -07:00
Caleb Bassi
d734634a5d
Merge pull request #143 from mgamsjager/freebsd-proc
FreeBSD process support
2019-05-15 16:44:11 -07:00
matt LLVW
0d783d932e added README interface option 2019-05-14 22:44:18 +02:00
matt LLVW
622f27f886 functional 2019-05-14 22:26:22 +02:00
matt LLVW
2be4549c15 started 2019-05-14 18:09:17 +02:00
Matthias Gamsjager
ea5e097d52 Proper json helper 2019-05-14 13:00:04 +02:00
Matthias Gamsjager
68d38a61d7 Create separate file for FreeBSD 2019-05-14 12:57:05 +02:00
Caleb Bassi
21cd642424 readme: add snap installation instructions 2019-04-25 18:00:25 -07:00
林博仁(Buo-ren Lin)
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
Caleb Bassi
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
Alex Aubuchon
e7dff53936 Remove partial comment 2019-03-25 11:15:35 -04:00
Caleb Bassi
a31e182925
Merge pull request #129 from gbrlsnchs/patch-1
Fix "TX" being displayed as "Tx"
2019-03-22 17:48:51 -07:00
Caleb Bassi
dac71bfdff
Merge pull request #128 from omar-polo/master
re-render statusbar on every tick
2019-03-22 17:44:27 -07:00
Alex Aubuchon
0f2a5d1e9a Add a scroll location indicator to the process table 2019-03-22 18:24:11 -04:00
Gabriel Sanches
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
Omar Polo
ff7d00d7dc
re-render statusbar on every tick 2019-03-17 15:54:56 +01:00
Caleb Bassi
ade4f2a623 Minor refactor 2019-03-11 23:02:45 -07:00
Caleb Bassi
d38fd3a575 Merge pull request #126 from omar-polo/master
Complete the refactor
2019-03-11 22:49:37 -07:00