Metadata-Version: 2.1
Name: virttop
Version: 0.2.0
Summary: A top like utility for libvirt
Home-page: https://github.com/terminaldweller/virttop
License: GPL-3.0
Keywords: libvirt,top
Author: terminaldweller
Author-email: devi@terminaldweller.com
Requires-Python: >=3.11,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: defusedxml (>=0.7.1,<0.8.0)
Requires-Dist: libvirt-python (>=9.0.0,<10.0.0)
Project-URL: Repository, https://github.com/terminaldweller/virttop
Description-Content-Type: text/markdown

# 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>

