summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2020-11-19other: update gruvbox and some documentation (#310)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
Adds a new flag, --mem_as_value (and its corresponding config option, mem_as_value = true), which defaults to showing process memory values by their amount rather than percentage.
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
Adds collapsible trees to the tree mode for processes. These can be toggled via the + or - keys and the mouse by clicking on a selected entry.
2020-11-15feature: default colour schemes (#296)Clement Tsang
Adds some default colour choices to choose from.
2020-11-14docs: add dm9pZCAq as a contributor (#301)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-11-14docs: Add Gentoo installation instructions (#299)dm9pZCAq
2020-11-03docs: Add nix installation instructions (#294)Clement Tsang
2020-11-01ci: Add extra build targets on release (#283)Clement Tsang
2020-11-01docs: add runlevel5 as a contributor (#282)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
Adds a `--debug` flag to aid in debugging issues. This saves to `/tmp/bottom_debug.log`.
2020-09-27docs: Add missing COPR entry to ToCClement Tsang
2020-09-11feature: mouse support for tabs and dd dialog (#230)Clement Tsang
2020-09-08docs: add winget install instructionsClement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
Adds a tree process view to bottom. Currently uses a pretty jank method of column width setting, should get fixed in #225.
2020-09-02docs: rename demo gifClementTsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
You can now filter out disks and temp sensors by name via config.
2020-09-02doc: Update README for ARM infoClement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
Adds theoretical aarch64 support.
2020-09-01docs: Update READMEClementTsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
Refactoring and updating of error messages + tests to be more useful.
2020-08-31docs: Update some arguments, and documentation (#214)Clement Tsang
Some more updates to arguments and documentation.
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang
Adds shell completion generation as part of the build, as well as tweaking install scripts/templates/CI to use them.
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
Adds mouse support to the application, to move between widgets and click on elements. List of things to added: - Click to move between widgets - Click to move between widgets in basic mode - Click on widget entries - Ability to disable mouse if you don't like it, I guess
2020-08-28docs: add tim77 as a contributor (#209)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-08-28Add Fedora/CentOS installation instructions (#207)Artem Polishchuk
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
Allows the network widget graph to grow/shrink with current data, rather than using a static size.
2020-08-26uptick: 0.4.70.4.7ClementTsang
2020-08-26docs: Fix incorrect headingClementTsang
2020-08-26docs: Update README to include sortingClementTsang
2020-08-25docs: Clarify descriptionClementTsang
2020-08-25docs: Fix outdated install instructionClementTsang
2020-08-25uptick: 0.4.6 (#200)Clement Tsang
2020-08-22change: Allow e to also close expanded widgetsClement Tsang
Allow `e` to toggle expansion, rather than only allowing it to open.
2020-08-22feature: allow searching by state, add more keyword variantsClement Tsang
Allows searching by state (`state = sleep`), and adds more keyword variants for searching: `cpu%`, `mem%`, `r/s`, `w/s`, matching the columns.
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang
Supports searching by the new mem value.
2020-08-21Clarify architecture supportClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
Adds a way to display the memory value as a column in the processes widget and the basic memory widget, rather than just the percentage.
2020-08-15feature: Allow sorting by any columnClement Tsang
This feature allows any column to be sortable. This also adds: - Inverting sort for current column with `I` - Invoking a sort widget with `s` or `F6`. Close with same key or esc. And: - A bugfix in regards the basic menu and battery widget - A lot of refactoring
2020-08-12change: Update macOS config dirClement Tsang
Update documentation and program to use the correct config directory as per the dirs package.
2020-08-11change: Add WASD keys for widget selection movementClementTsang
2020-08-11docs: Fix README typo [skip travis]ClementTsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
Update dependencies to most recent versions if applicable. Refactor to deal with breaking changes. Drop MSRV due to dependency issues, just support stable and later.
2020-08-07feature: add full command to process widgetClement Tsang
This PR adds the ability to toggle between the process name and process path. Currently, this uses `P` as the modifier key. Currently, the longer command names are dealt with by forcefully changing the width of the columns, but this can be handled in a more graceful manner IMO.
2020-07-28docs: update README.md [skip ci]allcontributors[bot]
2020-07-27Merge pull request #176 from svenstaro/patch-1Clement Tsang
Prefer explicit yay installation command
2020-07-27docs: update README to mention battery option in configClementTsang
2020-07-20Prefer explicit yay installation commandSven-Hendrik Haase
If you run `yay` without `-S` it'll perform a search instead of a direct match.
2020-07-08docs: specify that --locked may be requiredClementTsang
2020-07-08uptick: 0.4.5ClementTsang
This patch is just to deal with crates.io not using the correct Cargo.lock I had intended.
2020-07-06docs: update for 0.4.4ClementTsang