mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
uptick: 0.5.7 (#399)
This commit is contained in:
parent
d48e6cd7e0
commit
58e18da0c3
3 changed files with 62 additions and 57 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -233,7 +233,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.5.6"
|
version = "0.5.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.5.6"
|
version = "0.5.7"
|
||||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
|
|
115
README.md
115
README.md
|
@ -11,56 +11,61 @@ A cross-platform graphical process/system monitor with a customizable interface
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Support](#support)
|
- [bottom](#bottom)
|
||||||
- [Compatibility](#compatibility)
|
- [Table of Contents](#table-of-contents)
|
||||||
- [Other known platform-specific issues](#other-known-platform-specific-issues)
|
- [Support](#support)
|
||||||
- [Installation](#installation)
|
- [Compatibility](#compatibility)
|
||||||
- [Manually](#manually)
|
- [Other known platform-specific issues](#other-known-platform-specific-issues)
|
||||||
- [Cargo](#cargo)
|
- [Installation](#installation)
|
||||||
- [AUR](#aur)
|
- [Manually](#manually)
|
||||||
- [Debian (and Debian-based)](#debian)
|
- [Cargo](#cargo)
|
||||||
- [Fedora/CentOS](#fedoracentos)
|
- [AUR](#aur)
|
||||||
- [Gentoo](#gentoo)
|
- [Debian](#debian)
|
||||||
- [Nix](#nix)
|
- [Fedora/CentOS](#fedoracentos)
|
||||||
- [Homebrew](#homebrew)
|
- [Gentoo](#gentoo)
|
||||||
- [Scoop](#scoop)
|
- [Nix](#nix)
|
||||||
- [Chocolatey](#chocolatey)
|
- [Homebrew](#homebrew)
|
||||||
- [winget](#winget)
|
- [Scoop](#scoop)
|
||||||
- [Auto-completion](#auto-completion)
|
- [Chocolatey](#chocolatey)
|
||||||
- [Usage](#usage)
|
- [winget](#winget)
|
||||||
- [Flags](#flags)
|
- [Auto-completion](#auto-completion)
|
||||||
- [Keybindings](#keybindings)
|
- [Usage](#usage)
|
||||||
- [General](#general)
|
- [Flags](#flags)
|
||||||
- [Process bindings](#process-bindings)
|
- [Keybindings](#keybindings)
|
||||||
- [Process search bindings](#process-search-bindings)
|
- [General](#general)
|
||||||
- [Process sort bindings](#process-sort-bindings)
|
- [Process bindings](#process-bindings)
|
||||||
- [Battery bindings](#battery-bindings)
|
- [Process search bindings](#process-search-bindings)
|
||||||
- [Process searching keywords](#process-searching-keywords)
|
- [Process sort bindings](#process-sort-bindings)
|
||||||
- [Supported keywords](#supported-keywords)
|
- [Battery bindings](#battery-bindings)
|
||||||
- [Supported comparison operators](#supported-comparison-operators)
|
- [Basic memory bindings](#basic-memory-bindings)
|
||||||
- [Supported logical operators](#supported-logical-operators)
|
- [Process searching keywords](#process-searching-keywords)
|
||||||
- [Supported units](#supported-units)
|
- [Supported search types](#supported-search-types)
|
||||||
- [Mousebindings](#mousebindings)
|
- [Supported comparison operators](#supported-comparison-operators)
|
||||||
- [General](#general-1)
|
- [Supported logical operators](#supported-logical-operators)
|
||||||
- [CPU bindings](#cpu-bindings)
|
- [Supported units](#supported-units)
|
||||||
- [Features](#features)
|
- [Other syntax](#other-syntax)
|
||||||
- [Processes](#processes)
|
- [Mousebindings](#mousebindings)
|
||||||
- [Process searching](#process-searching)
|
- [General](#general-1)
|
||||||
- [Process sorting](#process-sorting)
|
- [CPU bindings](#cpu-bindings)
|
||||||
- [Tree mode](#tree-mode)
|
- [Process bindings](#process-bindings-1)
|
||||||
- [Zoom](#zoom)
|
- [Features](#features)
|
||||||
- [Expanding](#expanding)
|
- [Processes](#processes)
|
||||||
- [Basic mode](#basic-mode)
|
- [Process searching](#process-searching)
|
||||||
- [Config files](#config-files)
|
- [Process sorting](#process-sorting)
|
||||||
- [Config flags](#config-flags)
|
- [Tree mode](#tree-mode)
|
||||||
- [Theming](#theming)
|
- [Zoom](#zoom)
|
||||||
- [Layout](#layout)
|
- [Expand](#expand)
|
||||||
- [Disk and temperature filtering](#disk-temperature-and-network-filtering)
|
- [Basic mode](#basic-mode)
|
||||||
- [Battery](#battery)
|
- [Config files](#config-files)
|
||||||
- [FAQ](#faq)
|
- [Config flags](#config-flags)
|
||||||
- [Contribution](#contribution)
|
- [Theming](#theming)
|
||||||
- [Contributors](#contributors)
|
- [Layout](#layout)
|
||||||
- [Thanks](#thanks)
|
- [Disk, temperature, and network filtering](#disk-temperature-and-network-filtering)
|
||||||
|
- [Battery](#battery)
|
||||||
|
- [FAQ](#faq)
|
||||||
|
- [Contribution](#contribution)
|
||||||
|
- [Contributors](#contributors)
|
||||||
|
- [Thanks](#thanks)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -115,8 +120,8 @@ cd bottom
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
|
|
||||||
# Download from releases and install
|
# Download from releases and install
|
||||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.6.tar.gz
|
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.7.tar.gz
|
||||||
tar -xzvf 0.5.6.tar.gz
|
tar -xzvf 0.5.7.tar.gz
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -150,8 +155,8 @@ yay -S bottom-bin
|
||||||
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.6/bottom_0.5.6_amd64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.7/bottom_0.5.7_amd64.deb
|
||||||
sudo dpkg -i bottom_0.5.6_amd64.deb
|
sudo dpkg -i bottom_0.5.7_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora/CentOS
|
### Fedora/CentOS
|
||||||
|
@ -205,7 +210,7 @@ to appear.
|
||||||
choco install bottom
|
choco install bottom
|
||||||
|
|
||||||
# Version number may be required for newer releases, if available:
|
# Version number may be required for newer releases, if available:
|
||||||
choco install bottom --version=0.5.6
|
choco install bottom --version=0.5.7
|
||||||
```
|
```
|
||||||
|
|
||||||
### winget
|
### winget
|
||||||
|
|
Loading…
Reference in a new issue