Tree @v1.4.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.4.0
- Tag v1.4.0. Xavier G. 7 months ago
- Changelog: NetBSD was also affected. Xavier G. 7 months ago
- protocol: work around recv_fds() limitation that affects FreeBSD. Xavier G. 7 months ago
- App: handle MarkupError exceptions. Xavier G. 7 months ago
- Documentation: mention the ability to copy to clipboard. Xavier G. 7 months ago
- Update Changelog. Xavier G. 7 months ago
- MoultiConsole: add highlighting. Xavier G. 8 months ago
- App: log Moulti version to the console. Xavier G. 8 months ago
- App: rename logdebug => logconsole. Xavier G. 8 months ago
- App: rename debug_step => end_user_console. Xavier G. 8 months ago