Commit Graph

126 Commits

Author SHA1 Message Date
Sean E. Russell
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
Sean E. Russell
f850a47d91 Merge remote-tracking branch 'rephorm/filter' 2020-02-14 09:35:58 -06:00
Sean E. Russell
64d4a81212 Merge remote-tracking branch 'mattLLVW/feature/network_interface_list' 2020-02-14 07:52:33 -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
38d7736ca0 Switching maintainership. 2020-02-13 16:26:28 -06:00
Sean E. Russell
ed01cf48d2 Updates docs for layout rework. 2020-02-13 13:45:16 -06:00
Sean E. Russell
b60451ea2d Updates README with information about layouts 2020-02-13 10:37:11 -06:00
Sean E. Russell
7e5c0c969c Fixes the directory structure. 2020-02-13 10:15:52 -06:00
Caleb Bassi
755037d211 Add deprecation notice 2020-01-25 10:14:57 -08:00
Jeffrey Horn
b1e97a8a79 Add missing cli option to README and fix formatting 2019-09-26 16:01:02 -07:00
Matt Melquiond
fcdb71bfad added cli usage info, removed useless type alias 2019-09-09 20:46:34 +02:00
Matt Melquiond
b80258b07e Implement #148 and #149 2019-06-12 23:28:52 +02:00
Brian Mattern
32f88622c7 Convert tabs to spaces in README.md. 2019-06-03 15:36:01 -07:00
Brian Mattern
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
Brian Mattern
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
Caleb Bassi
1b5985860c Misc project changes 2019-05-29 15:07:01 -07:00
matt LLVW
0d783d932e added README interface option 2019-05-14 22:44:18 +02:00
Caleb Bassi
21cd642424 readme: add snap installation instructions 2019-04-25 18:00:25 -07:00
Caleb Bassi
3a804eb666 Update readme 2019-02-23 17:13:34 -08:00
Caleb Bassi
334f08bc5a Revert back to using XDG on macOS 2019-02-22 11:52:02 -08:00
Caleb Bassi
357ff01fe3 Change -v to -V for version 2019-02-22 11:50:16 -08:00
Caleb Bassi
dd25fa5458 Update readme 2019-02-07 01:41:47 -08:00
Caleb Bassi
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
Caleb Bassi
f68eba995d Update readme 2019-01-16 21:00:38 -08:00
Caleb Bassi
c2b06bece0 Update readme 2019-01-16 14:57:54 -08:00
Caleb Bassi
b28efdb1bc Update readme 2019-01-16 14:02:54 -08:00
Caleb Bassi
fdd41a943e Go 1.11+ no longer required to install from source because of vendor 2019-01-14 20:28:12 -08:00
Caleb Bassi
d8434b87c8 Update readme and cli arg help menu 2019-01-04 10:02:07 -08:00
Caleb Bassi
37e1d9dc13 Merge pull request #89 from serussell/master
Adds battery support
2019-01-04 09:43:37 -08:00
Caleb Bassi
a51cb8f5e6 Update readme 2019-01-04 09:35:18 -08:00
Sean E. Russell
24ca528cef Update README with option flag change for battery & adds status bar
flag.
2019-01-01 11:16:51 -06:00
Sean E. Russell
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
Caleb Bassi
2e48524cc9 Port to termui 2.0 2018-12-31 18:23:45 -08:00
Sean E. Russell
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
Caleb Bassi
50f1f6cbd8 Update readme 2018-12-22 19:19:04 -08:00
Caleb Bassi
6cfd53f077 Update readme and bug report template with new config paths 2018-12-22 19:15:47 -08:00
Mateusz Piotrowski
db60645f1a
Add FreeBSD installation instructions
A port was recently added:
https://www.freshports.org/sysutils/gotop/
2018-12-14 11:35:28 +01:00
Caleb Bassi
b98d308fab Update readme; Closes #74 2018-12-01 20:08:00 -08:00
Caleb Bassi
4f9b165b5b Update readme 2018-11-29 21:41:42 -08:00
Caleb Bassi
8ee8950ba2 Refactor
Updated event management based on changes to termui
2018-11-29 18:17:13 -08:00
Caleb Bassi
69e3564268 Cleanup merge from chiefy:feature/nfpm 2018-10-22 19:18:06 -07:00
Christopher 'Chief' Najewicz
4bcf8a4c63 Adding instructions to README 2018-10-12 11:49:58 -04:00
Caleb Bassi
6526c60e2b Fix cli options in readme. Closes #60 2018-09-18 16:39:41 -07:00
Caleb Bassi
db1b2fbc70 Add custom colorscheme loading. Closes #55 2018-09-18 13:42:49 -07:00
Caleb Bassi
9f7e5cef4f Update README 2018-08-16 16:40:26 -07:00
Caleb Bassi
fa70da84a3 Update readme 2018-05-24 14:31:36 -07:00
Caleb Bassi
ba1ce86eff Update readme to reflect OSX support 2018-05-23 21:51:33 -07:00
Caleb Bassi
716c64272a Update readme 2018-05-15 11:06:35 -07:00
Caleb Bassi
c02bf5d0ad Remove Docker 2018-05-11 01:09:29 -07:00
Caleb Bassi
f959128281 Update README and download.sh 2018-05-10 23:50:12 -07:00