summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-19Fixes #50. Replace forked ps with builtin gopsutil which should save some ↵gopsutil_procsSean E. Russell
CPU cycles
2020-02-18Prepped for releasev3.3.1Sean E. Russell
2020-02-18Fixes a layout bug; rolls back gopsutil dep updateSean E. Russell
2020-02-17Fixes cross-compiling, adds a new build scriptv3.3.0Sean E. Russell
2020-02-17Version bump <sigh>Sean E. Russell
2020-02-17Adds log rotation, config file support, and refactoring. Colorschemes are ↵Sean E. Russell
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-16Merge prepSean E. Russell
2020-02-15Deprecation warning for --minimal and --battery.Sean E. Russell
2020-02-15Fixed changelog text to conform to self-proclaimed spec.Sean E. Russell
2020-02-15Addendum to logging fix, to enable on other archsSean E. Russell
2020-02-15Fixes #49, logs filling up hard drive.Sean E. Russell
2020-02-14Ready for release.v3.2.0Sean E. Russell
2020-02-14Merge remote-tracking branch 'rephorm/filter'Sean E. Russell
2020-02-14Merge remote-tracking branch 'mattLLVW/feature/network_interface_list'Sean E. Russell
2020-02-14Updates release info.Sean E. Russell
2020-02-14Merge remote-tracking branch 'jrswab/nordColorScheme'Sean E. Russell
2020-02-14Merge remote-tracking branch 'theverything/add-missing-option-to-readme'Sean E. Russell
2020-02-14Fixes rowspan losing widget bug. Preps for 3.2.0Sean E. Russell
2020-02-14Add merge todosSean E. Russell
2020-02-13Switching maintainership.Sean E. Russell
2020-02-13Updates the version to reflect feature additions and mergesv3.1.0Sean E. Russell
2020-02-13Updates docs for layout rework.Sean E. Russell
2020-02-13Merge remote-tracking branch 'jrswab/otherSigTerms'Sean E. Russell
2020-02-13Reworks the -l argument. Combines the layout args into one (smarter) one, ↵Sean E. Russell
and adds the ability to parse layouts from stdin. Re-implements --minimal as a layout.
2020-02-13Solarized theme fixesMarkus Peloquin
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-13Merge remote-tracking branch 'howjmay/fix_typo'Sean E. Russell
2020-02-13Updates README with information about layoutsSean E. Russell
2020-02-13Adds a disk-focused layoutSean E. Russell
2020-02-13Fixes the directory structure.Sean E. Russell
2020-02-13v1 of dynamic layout for GUISean E. Russell
Fixes the deepfind functions.
2020-02-12Gets rid of vendor, starts adding dynamic layout.Sean E. Russell
2020-02-12Adds an option to disable the temperature widget for, e.g., VPSes or other ↵Sean E. Russell
servers.
2020-01-25Add deprecation noticeCaleb Bassi
2020-01-22fix: Fix typosHowJMay
Fix typos in repo
2019-10-03Added sigterm options to "d" command.Jaron Swab
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-02Added check for shell argumentsJaron Swab
If the user enters shell arguments the config file is skipped. Also change the config.json color scheme from monokai to default.
2019-10-02Created a json config fileJaron Swab
This should satisfy issue #111. The config.json file allows the user to define customizations without the need to use shell arguments.
2019-10-01Added a color scheme to match Nord.Jaron Swab
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-09-26Add missing cli option to README and fix formattingJeffrey Horn
2019-09-09added cli usage info, removed useless type aliasMatt Melquiond
2019-07-15Refactor help menuCaleb Bassi
2019-06-12Implement #148 and #149Matt Melquiond
2019-06-07Refactor network interface selectionCaleb Bassi
2019-06-06Remove unused duplicate definition.Brian Mattern
2019-06-04Remove default filter (oops).Brian Mattern
2019-06-04Factor Entry widget out of proc.Brian Mattern
2019-06-04Fix fullwidth rune handling.Brian Mattern
2019-06-03Move filter event handling into proc widget.Brian Mattern
2019-06-03Convert tabs to spaces in README.md.Brian Mattern
2019-06-03Handle space in filter input box.Brian Mattern