Metadata-Version: 2.1
Name: v4docker
Version: 0.1.2
Summary: Simple TUI to manage docker images
Home-page: https://github.com/lethe3000/v4docker
Author: lethe3000
Author-email: lethe30003000@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: docker (==4.0.2)
Requires-Dist: picotui (==1.0.1)

# v4docker

Simple Terminal UI tool to manage docker images.

## install

python/pip 3.6+ required

```bash
$ pip3 install --user v4docker
```


## usage

key `up` and `down` to move cursor.

key `d` to remove image.

key `tab` switch to quit button, press `enter` to quit.


## features TODO

- [] sort images by repository
- [] show image detail/history


