From 0a9d7960031ed1f0493dac86a3f1b0d4d58449c3 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Sun, 12 Jan 2020 16:52:39 -0800 Subject: [PATCH] Rename to ytop --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 2 +- README.md | 8 ++++---- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2834a60..3205095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -678,30 +678,6 @@ dependencies = [ "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rtop" -version = "0.1.0" -dependencies = [ - "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", - "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", - "battery 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "crossterm 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fern 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "platform-dirs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "psutil 1.7.0 (git+https://github.com/cjbassi/rust-psutil?branch=restructure)", - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", - "size 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tui 0.8.0 (git+https://github.com/cjbassi/tui-rs)", -] - [[package]] name = "rust-argon2" version = "0.5.1" @@ -1000,6 +976,30 @@ dependencies = [ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ytop" +version = "0.1.0" +dependencies = [ + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", + "battery 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossterm 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fern 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "platform-dirs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "psutil 1.7.0 (git+https://github.com/cjbassi/rust-psutil?branch=restructure)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "size 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tui 0.8.0 (git+https://github.com/cjbassi/tui-rs)", +] + [metadata] "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" diff --git a/Cargo.toml b/Cargo.toml index ac58c70..29fb84b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rtop" +name = "ytop" version = "0.1.0" authors = ["Caleb Bassi "] license = "MIT" diff --git a/README.md b/README.md index b64a564..98f2598 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rtop +# ytop
@@ -44,15 +44,15 @@ ### Colorschemes -rtop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](./colorschemes). +ytop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](./colorschemes). -To make a custom colorscheme, copy one of the default ones to `~/.config/rtop/.json` and load it with `rtop -c `. Colorschemes PRs are welcome! +To make a custom colorscheme, copy one of the default ones to `~/.config/ytop/.json` and load it with `ytop -c `. Colorschemes PRs are welcome! ### CLI Options ``` USAGE: - rtop [FLAGS] [OPTIONS] + ytop [FLAGS] [OPTIONS] FLAGS: -a, --average-cpu Show average CPU in the CPU widget.