Commit Graph

137 Commits

Author SHA1 Message Date
9e1b63be32 Closes #46, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with b 2020-04-16 13:28:18 -05:00
4903b76342 doc: add doc on gentoo installation
to install `gotop` it is currently required to add `guru` overlay.
https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556ef0da625367b40d5b0ce7cbd92141a3e5a81
2020-04-13 19:54:13 +02:00
73a36212ac Fixes #75 2020-04-06 11:04:08 -05:00
f428d851d0 Version bump for release 2020-03-06 07:29:23 -06:00
8642e94d90 Workflow and documentation improvements. 2020-03-02 13:41:55 -06:00
bfbdfaf2f5 Documentation updates.
Fixed badge names

Doc fixes
2020-03-01 06:34:36 -06:00
102e544131 Adds build status 2020-02-29 16:26:29 -06:00
98667ca9f7 Doc fix 2020-02-28 15:03:04 -06:00
afb62afcdf Path changes for major revision 2020-02-28 14:48:35 -06:00
39dc97b37f Documentation clean-up. 2020-02-23 08:16:02 -06:00
5f37965467 Builds for darwin; requires docker.
osxcross has an old go; make go.mod match.

Directory clean-ups
2020-02-20 12:35:18 -06:00
2a53398681 Adds log rotation, config file support, and refactoring. Colorschemes are self-registered. Merge remote-tracking branch 'jrswab/configFile111' into config_file; drastically refactored, and am not sure how much original code from the patch was used. 2020-02-17 11:40:16 -06:00
f850a47d91 Merge remote-tracking branch 'rephorm/filter' 2020-02-14 09:35:58 -06:00
64d4a81212 Merge remote-tracking branch 'mattLLVW/feature/network_interface_list' 2020-02-14 07:52:33 -06:00
4e2275c9f7 Merge remote-tracking branch 'theverything/add-missing-option-to-readme' 2020-02-14 07:07:27 -06:00
38d7736ca0 Switching maintainership. 2020-02-13 16:26:28 -06:00
ed01cf48d2 Updates docs for layout rework. 2020-02-13 13:45:16 -06:00
b60451ea2d Updates README with information about layouts 2020-02-13 10:37:11 -06:00
7e5c0c969c Fixes the directory structure. 2020-02-13 10:15:52 -06:00
755037d211 Add deprecation notice 2020-01-25 10:14:57 -08:00
b1e97a8a79 Add missing cli option to README and fix formatting 2019-09-26 16:01:02 -07:00
fcdb71bfad added cli usage info, removed useless type alias 2019-09-09 20:46:34 +02:00
b80258b07e Implement #148 and #149 2019-06-12 23:28:52 +02:00
32f88622c7 Convert tabs to spaces in README.md. 2019-06-03 15:36:01 -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
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
0d783d932e added README interface option 2019-05-14 22:44:18 +02:00
21cd642424 readme: add snap installation instructions 2019-04-25 18:00:25 -07:00
3a804eb666 Update readme 2019-02-23 17:13:34 -08:00
334f08bc5a Revert back to using XDG on macOS 2019-02-22 11:52:02 -08:00
357ff01fe3 Change -v to -V for version 2019-02-22 11:50:16 -08:00
dd25fa5458 Update readme 2019-02-07 01:41:47 -08:00
180ab4c804 Add .travis.yml and reconfigure release process
- travis-ci used to publish binaries to the GitHub releases tab on new release
- Will also publish .deb and .rpm packages
- Haven't gotten the checksums file to work yet
- OSX x86 also isn't working
- No longer using goreleaser to publish binaries
    - didn't support cgo cross compilation which made things difficult
- Remove obsolete Makefile
2019-02-07 00:27:21 -08:00
f68eba995d Update readme 2019-01-16 21:00:38 -08:00
c2b06bece0 Update readme 2019-01-16 14:57:54 -08:00
b28efdb1bc Update readme 2019-01-16 14:02:54 -08:00
fdd41a943e Go 1.11+ no longer required to install from source because of vendor 2019-01-14 20:28:12 -08:00
d8434b87c8 Update readme and cli arg help menu 2019-01-04 10:02:07 -08:00
37e1d9dc13 Merge pull request #89 from serussell/master
Adds battery support
2019-01-04 09:43:37 -08:00
a51cb8f5e6 Update readme 2019-01-04 09:35:18 -08:00
24ca528cef Update README with option flag change for battery & adds status bar
flag.
2019-01-01 11:16:51 -06:00
2a6a479d11 Merge https://github.com/cjbassi/gotop
Disable all battery code if battery not selected in options.
Refactors widgetCount to localize use.
2019-01-01 11:04:31 -06:00
2e48524cc9 Port to termui 2.0 2018-12-31 18:23:45 -08:00
5ee4b4a978 Adds battery support
Cleans up mod file; adds flag for battery.

Adds documentation; fixes missing color sets for battery.
2018-12-26 23:15:44 -06:00
50f1f6cbd8 Update readme 2018-12-22 19:19:04 -08:00
6cfd53f077 Update readme and bug report template with new config paths 2018-12-22 19:15:47 -08:00
db60645f1a Add FreeBSD installation instructions
A port was recently added:
https://www.freshports.org/sysutils/gotop/
2018-12-14 11:35:28 +01:00
b98d308fab Update readme; Closes #74 2018-12-01 20:08:00 -08:00
4f9b165b5b Update readme 2018-11-29 21:41:42 -08:00