Tree @v1.3.0 (Download .tar.gz)
MOULTI
Moulti changes the way your shell scripts (bash, zsh, etc.) display their output in your terminal. Moulti enables you to assign the numerous lines emitted by your scripts to "steps", i.e. visual, collapsible blocks featuring their own title and color.
Here is how upgrading a Debian system looks like with Moulti:
Moulti is a tool meant for people who write and execute shell scripts. Specifically, if you find yourself scrolling up your terminal to ensure everything went fine while your script is still running, then Moulti is made for you.
But, wait, does that not prevent interactivity with users? Moulti may actually enhance it through questions:
Learn how to leverage Moulti by jumping to its Documentation.
Implementation
Moulti is written in Python and leverages Textual.
Commit History @v1.3.0
- Tag v1.3.0. Xavier G. 7 months ago
- Add Changelog. Xavier G. 7 months ago
- cli: add "moulti load". Xavier G. 7 months ago
- app: introduce MOULTI_MODE. Xavier G. 7 months ago
- app: remove redundant method. Xavier G. 7 months ago
- Documentation: describe how to save and restore a Moulti instance. Xavier G. 7 months ago
- app: fix exported file mode. Xavier G. 7 months ago
- gitignore: add vim files. Xavier G. 7 months ago
- Add "Save" action. Xavier G. 7 months ago
- MoultiLog: introduce to_file() method. Xavier G. 7 months ago