uptick: 0.5.7 (#399)

This commit is contained in:
Clement Tsang 2021-01-30 20:23:18 -05:00 committed by GitHub
parent d48e6cd7e0
commit 58e18da0c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 57 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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"

View file

@ -11,6 +11,8 @@ A cross-platform graphical process/system monitor with a customizable interface
## Table of Contents ## Table of Contents
- [bottom](#bottom)
- [Table of Contents](#table-of-contents)
- [Support](#support) - [Support](#support)
- [Compatibility](#compatibility) - [Compatibility](#compatibility)
- [Other known platform-specific issues](#other-known-platform-specific-issues) - [Other known platform-specific issues](#other-known-platform-specific-issues)
@ -18,7 +20,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [Manually](#manually) - [Manually](#manually)
- [Cargo](#cargo) - [Cargo](#cargo)
- [AUR](#aur) - [AUR](#aur)
- [Debian (and Debian-based)](#debian) - [Debian](#debian)
- [Fedora/CentOS](#fedoracentos) - [Fedora/CentOS](#fedoracentos)
- [Gentoo](#gentoo) - [Gentoo](#gentoo)
- [Nix](#nix) - [Nix](#nix)
@ -35,27 +37,30 @@ A cross-platform graphical process/system monitor with a customizable interface
- [Process search bindings](#process-search-bindings) - [Process search bindings](#process-search-bindings)
- [Process sort bindings](#process-sort-bindings) - [Process sort bindings](#process-sort-bindings)
- [Battery bindings](#battery-bindings) - [Battery bindings](#battery-bindings)
- [Basic memory bindings](#basic-memory-bindings)
- [Process searching keywords](#process-searching-keywords) - [Process searching keywords](#process-searching-keywords)
- [Supported keywords](#supported-keywords) - [Supported search types](#supported-search-types)
- [Supported comparison operators](#supported-comparison-operators) - [Supported comparison operators](#supported-comparison-operators)
- [Supported logical operators](#supported-logical-operators) - [Supported logical operators](#supported-logical-operators)
- [Supported units](#supported-units) - [Supported units](#supported-units)
- [Other syntax](#other-syntax)
- [Mousebindings](#mousebindings) - [Mousebindings](#mousebindings)
- [General](#general-1) - [General](#general-1)
- [CPU bindings](#cpu-bindings) - [CPU bindings](#cpu-bindings)
- [Process bindings](#process-bindings-1)
- [Features](#features) - [Features](#features)
- [Processes](#processes) - [Processes](#processes)
- [Process searching](#process-searching) - [Process searching](#process-searching)
- [Process sorting](#process-sorting) - [Process sorting](#process-sorting)
- [Tree mode](#tree-mode) - [Tree mode](#tree-mode)
- [Zoom](#zoom) - [Zoom](#zoom)
- [Expanding](#expanding) - [Expand](#expand)
- [Basic mode](#basic-mode) - [Basic mode](#basic-mode)
- [Config files](#config-files) - [Config files](#config-files)
- [Config flags](#config-flags) - [Config flags](#config-flags)
- [Theming](#theming) - [Theming](#theming)
- [Layout](#layout) - [Layout](#layout)
- [Disk and temperature filtering](#disk-temperature-and-network-filtering) - [Disk, temperature, and network filtering](#disk-temperature-and-network-filtering)
- [Battery](#battery) - [Battery](#battery)
- [FAQ](#faq) - [FAQ](#faq)
- [Contribution](#contribution) - [Contribution](#contribution)
@ -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