Releases: TomasTomecek/sen
Releases · TomasTomecek/sen
0.2.1
Immediate bugfix release:
- fix
Dockerfile
so the image can be built - bump the release in
setup.py
actually
0.2
New year and 200+ stars, time to make a new release! What's new?
- new buffer which provides interactive tree view of all your images (equivalent of
docker images --tree
)- you can open it with
f5
- you can open it with
- new buffer which provides detailed information about an image:
- layers, labels, tags and more...
- there are multiple ways to access it -- you can hit
enter
on an image in main listing
- slimmer docker hub image (thanks to @andyshinn)
And some bugfixes:
- don't traceback when connection to docker engine cannot be established
- exit gracefully with a proper error message when running on python 2
0.1.1
Bugfix release:
- fix bug which prevented installation
sen
from PyPI
0.1 - first release
- it can interactively manage your containers and images:
- manage? start, stop, restart, kill, delete,...
- you are able to inspect containers and images
- sen can fetch logs of containers and even stream logs real-time
- all buffers support searching and filtering
- sen receives real-time updates from docker when anything changes
- e.g. if you create a container in another terminal, sen will pick it up
- sen notifies you whenever something happens (and reports slow queries)
- supports a lot of vim-like keybindings (
j
,k
,gg
,/
, ...)