aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-03-23 22:00:06 +0000
committerterminaldweller <devi@terminaldweller.com>2023-03-23 22:00:06 +0000
commitf9c5c641cd43f3badd704cf1ba929bb3a91c14e7 (patch)
treea86cc93a0e24bbce1cbfa1f07e315816debb5ab2 /README.md
parenttag v0.1.1 (diff)
downloadvirttop-f9c5c641cd43f3badd704cf1ba929bb3a91c14e7.tar.gz
virttop-f9c5c641cd43f3badd704cf1ba929bb3a91c14e7.zip
virttop is now an interactive utility
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md
index edd5efe..15649cd 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,36 @@
# virttop
a top like utility for libvirt
+
+
+![Image](virttop.png)
+
+## How to get
+```sh
+pip install virttop
+```
+
+## Configfile
+The default location for the config file is '~/.virttop.toml'.
+
+```toml
+[color]
+name_column_fg=23
+name_column_bg=0
+active_row_fg=24
+active_row_bg=0
+inactive_row_fg=244
+inactive_row_bg=0
+box_fg=29
+box_bg=0
+selected_fg=0
+selected_bg=36
+```
+
+## Keybindings
+
+`j` and `k` and arrow keys move up and down.</br>
+`g` moves to the top of the list.</br>
+`G` moved to the bottom of the list.</br>
+`r` runs an inactive domain.</br>
+`s` shuts down a running domain.</br>
+`d` destroy a running domain.</br>