summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-17 00:20:31 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-17 00:20:31 -0500
commit3ae5248874fb0d8ff0669a4e9db492d260a5e796 (patch)
tree3840e0de16882a45545f4930bc018af7570cf8d4
parentb80259d4d21a31e9808e3cc6f8d6a5db4715e929 (diff)
Update docs, update gif again.
-rw-r--r--README.md12
-rw-r--r--assets/recording_1.gifbin1144888 -> 0 bytes
-rw-r--r--assets/summary_and_search.gifbin0 -> 997900 bytes
3 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52334cd0..2f14d473 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
A graphical top clone, written in Rust. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop). Supports Linux, macOS, and Windows.
-![Quick demo recording](assets/recording_1.gif) _Terminal: Kitty Terminal, Font: IBM Plex Mono, OS: Arch Linux. Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see sample config)_
+![Quick demo recording](assets/summary_and_search.gif) _Terminal: Kitty Terminal, Font: IBM Plex Mono, OS: Arch Linux. Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see sample config)_
## Features
@@ -166,10 +166,16 @@ See this [config](./sample_config.toml) for an example.
- `Ctrl-a` and `Ctrl-e` to jump to the start and end of the search bar respectively.
-- `Esc` to close.
-
- `Left` and `Right` arrow keys to move the cursor within the search bar.
+- `Ctrl-u` to clear the current search query.
+
+- `Backspace` to delete one character behind the current cursor position.
+
+- `Delete` to delete one character at the current cursor position.
+
+- `Esc` to close.
+
Note that `q` is disabled while in the search widget.
### Mouse actions
diff --git a/assets/recording_1.gif b/assets/recording_1.gif
deleted file mode 100644
index 4f15a7a8..00000000
--- a/assets/recording_1.gif
+++ /dev/null
Binary files differ
diff --git a/assets/summary_and_search.gif b/assets/summary_and_search.gif
new file mode 100644
index 00000000..c2990f58
--- /dev/null
+++ b/assets/summary_and_search.gif
Binary files differ