Overview
- Build images directly in the TUI using
b
, this needs aDockerfile
to be present in the current directory (with sick progress bar animations, so that you look cooler). - View live logs by pressing
L
on a running container (true hackerman mode ๐ฉโ๐ป). - Select multiple items and perform operations in bulk mode (Huge time saver frfr).
- Run image now takes arguments like image name, port mappings, env vars (and more coming soon!).
QOL
- almost all operations are now run asynchronously, this will make sure the TUI doesn't freeze if an operation takes a while to complete.
- Tab-specific notification system to get instant feedback and reports (for instance, the number of images pruned when you perform prune)
What's Changed
- fix: reorder the height and width in WindowTooSmallModel by @pithecuse527 in #30
- Add keybindings to readme #33 by @kjense54 in #40
- feat: notification daemon by @ajayd-san in #31
- Feat: Build dockerfiles ๐จ by @ajayd-san in #41
- Main model refactoring by @ajayd-san in #42
- feat: ๐ Bulk select by @ajayd-san in #45
New Contributors
- @pithecuse527 made their first contribution in #30
- @kjense54 made their first contribution in #40
Full Changelog: v1.3.2...v1.4