summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-06-03Add padding around filter label and edit box.Brian Mattern
2019-06-03Fix counter when list has 0 items.Brian Mattern
2019-06-03Add cursor while editing filter.Brian Mattern
Also, change from [Filter: ...] to Filter: [...].
2019-06-03Refactor filter editing input handling.Brian Mattern
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-03Update process list immediately when filter changes.Brian Mattern
2019-05-31First pass at filter support.Brian Mattern
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-29Misc project changesCaleb Bassi
2019-05-28Fix localization issues on macOS (#124)Caleb Bassi
2019-05-28Merge pull request #145 from mgamsjager/freebsd-fixesCaleb Bassi
Freebsd fixes
2019-05-28Fix temperatures on FreeBSDMatthias Gamsjager
2019-05-28Fix issues with swap memory on FreeBSDMatthias Gamsjager
2019-05-28Fix process localization issues on FreeBSDMatthias Gamsjager
2019-05-15Update changelogCaleb Bassi
2019-05-15Merge pull request #144 from mattLLVW/feature/network_interfaceCaleb Bassi
select network interface
2019-05-15Change network widget title based on interfaceCaleb Bassi
2019-05-15Merge pull request #143 from mgamsjager/freebsd-procCaleb Bassi
FreeBSD process support
2019-05-14added README interface optionmatt LLVW
2019-05-14functionalmatt LLVW
2019-05-14startedmatt LLVW
2019-05-14Proper json helperMatthias Gamsjager
2019-05-14Create separate file for FreeBSDMatthias Gamsjager
2019-04-25readme: add snap installation instructionsCaleb Bassi
2019-04-25Implement snap packaging, snaps are universal linux packages林博仁(Buo-ren Lin)
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-08Merge pull request #130 from A-lxe/process-list-location-indicatorCaleb Bassi
Add a scroll location indicator to the process table
2019-03-25Remove partial commentAlex Aubuchon
2019-03-22Merge pull request #129 from gbrlsnchs/patch-1Caleb Bassi
Fix "TX" being displayed as "Tx"
2019-03-22Merge pull request #128 from omar-polo/masterCaleb Bassi
re-render statusbar on every tick
2019-03-22Add a scroll location indicator to the process tableAlex Aubuchon
2019-03-21Fix "TX" being displayed as "Tx"Gabriel Sanches
"RX" is all caps so either "TX" should also be or none. All caps might be the most common form for both.
2019-03-17re-render statusbar on every tickOmar Polo
2019-03-11Minor refactorCaleb Bassi
2019-03-11Merge pull request #126 from omar-polo/masterCaleb Bassi
Complete the refactor
2019-03-11complete the refactorOmar Polo
2019-03-08Merge pull request #123 from CodeLingoBot/rewriteCaleb Bassi
Fix function comments based on best practices from Effective Go
2019-03-08Fix sparkline after upgrading termuiCaleb Bassi
2019-03-08Refactor utilsCaleb Bassi
2019-03-08Replace custom widget locking with termui's lockingCaleb Bassi
2019-03-07Upgrade termui to v3Caleb Bassi
2019-03-07Fix function comments based on best practices from Effective GoCodeLingo Bot
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-02-28RefactorCaleb Bassi
2019-02-23Update readmeCaleb Bassi
2019-02-23Merge pull request #112 from omar-polo/masterCaleb Bassi
OpenBSD support
2019-02-22Fix changelogCaleb Bassi
2019-02-22v3.0.03.0.0Caleb Bassi
2019-02-22Switch back to using distatus/battery upstream repoCaleb Bassi
Got PR merged upstream https://github.com/distatus/battery/pull/10
2019-02-22Revert back to using XDG on macOSCaleb Bassi
2019-02-22Change -v to -V for versionCaleb Bassi
2019-02-21Update changelogCaleb Bassi
2019-02-21Merge pull request #116 from zp/fix-disk-ioCaleb Bassi
Fix disk IO stats
2019-02-21Minor openbsd refactorCaleb Bassi