summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2021-01-25Merge branch 'master' of github.com:xxxserxxx/gotopSean E. Russell
2021-01-04fix: small errors0xflotus
2020-11-23Resolves merge conflictsSean E. Russell
2020-07-01Cleaned up previous commit.Sean E. Russell
2020-07-01Closes #140 -- include instructions in the README for properly setting the ↵Sean E. Russell
version.
2020-06-19Translation files are now bundled.Sean E. Russell
2020-06-09Updated the changelog and readme for v4.0.1Sean E. Russell
2020-06-07Trying to get the workflow working.Sean E. Russell
2020-06-07linting & documentationv4.0.0Sean E. Russell
Updated versioning and dates for release.
2020-06-03Add peers section to READMESean E. Russell
2020-06-02Closes #100, breaks up the READMESean E. Russell
2020-06-01Doc changesbuilder.0Sean E. Russell
2020-05-31Fixing github's inconsistent reference handling.Sean E. Russell
2020-05-31Bring 3.5.3 change log forward; pin golang.org/x/sys versionSean E. Russell
Changelog and Readme updates
2020-05-24Merges #125 from @wcdawn, with some minor modifications.Sean E. Russell
2020-05-13Fixes the release version badge.Sean E. Russell
2020-05-13Adds a current-release badge to the READMESean E. Russell
2020-05-12Replaces the Prometheus client with VictoriaMetrics/metricsSean E. Russell
2020-05-05Homebrew updateSean E. Russell
2020-05-05Fixes #115; makes instructions more brief.Sean E. Russell
2020-04-23Fixes #92, configurable temps; help text & docs clean-up; versions are now ↵Sean E. Russell
built into binaries at compile time; clean up old extensions params; adds --list command; adds --write-config command; fixes bug in colorscheme loading; fixes bug in Colorschemes -- all had empty Name attrs; adds ability to list devices.
2020-04-16Closes #46, option to display network traffic as mbps. This can be set on ↵Sean E. Russell
the command line with --mbps, or toggled while running with `b`
2020-04-13doc: add doc on gentoo installationMathieu Tortuyaux
to install `gotop` it is currently required to add `guru` overlay. https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556ef0da625367b40d5b0ce7cbd92141a3e5a81
2020-04-06Fixes #75DELETEDSean E. Russell
2020-03-06Version bump for releaseSean E. Russell
2020-03-02Workflow and documentation improvements.Sean E. Russell
2020-03-01Documentation updates.Sean E. Russell
Fixed badge names Doc fixes
2020-02-29Adds build statusv3.4.4Sean E. Russell
2020-02-28Doc fixv3.4.1Sean E. Russell
2020-02-28Path changes for major revisionv3.4.0Sean E. Russell
2020-02-23Documentation clean-up.Sean E. Russell
2020-02-20Builds for darwin; requires docker.Sean E. Russell
osxcross has an old go; make go.mod match. Directory clean-ups
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-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-14Merge remote-tracking branch 'theverything/add-missing-option-to-readme'Sean E. Russell
2020-02-13Switching maintainership.Sean E. Russell
2020-02-13Updates docs for layout rework.Sean E. Russell
2020-02-13Updates README with information about layoutsSean E. Russell
2020-02-13Fixes the directory structure.Sean E. Russell
2020-01-25Add deprecation noticeCaleb Bassi
2019-09-26Add missing cli option to README and fix formattingJeffrey Horn
2019-09-09added cli usage info, removed useless type aliasMatt Melquiond
2019-06-12Implement #148 and #149Matt Melquiond
2019-06-03Convert tabs to spaces in README.md.Brian Mattern
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-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-14added README interface optionmatt LLVW
2019-04-25readme: add snap installation instructionsCaleb Bassi