summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-14Changed GPU naming schemeKraust
2019-07-14Added FreeBSD Nvidia GPU support using nvidia-smiKraust
- Also refactored the temp_freebsd code to be modular.
2019-07-14Removed nvidia temps as another PR handles this.Kraust
2019-07-14FreeBSD FixesKraust
- Added NVIDIA GPU Temperature Support - Fixed a bug where CPU temp would not be displayed if a syctl option was not found - Fixed a bug where Swap was not being displayed on mirroed ZFS partitions.
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
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