diff --git a/README.md b/README.md index 4dcb5a9..ca96730 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ Moulti changes the way your shell scripts (bash, zsh, etc.) display their output 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: -![Ok, it is almost 5 MiB, but it is an APNG, not a GIF](https://xavier.kindwolf.org/p/moulti/doc/img/moulti-demo-debian-upgrade.png) +![Ok, it is almost 5 MiB, but it is an APNG, not a GIF](https://xavier.kindwolf.org/p/moulti/doc/img/moulti-demo-debian-upgrade.png?20240218) 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**: + +![Moulti input question](https://xavier.kindwolf.org/p/moulti/doc/img/moulti-input-question.png?20240218) + +![Moulti button question](https://xavier.kindwolf.org/p/moulti/doc/img/moulti-button-question.png?20240218) + + Learn how to leverage Moulti by jumping to its [Documentation](Documentation.md). ## Implementation diff --git a/doc/img/moulti-button-question.png b/doc/img/moulti-button-question.png new file mode 100644 index 0000000..26a46d8 Binary files /dev/null and b/doc/img/moulti-button-question.png differ diff --git a/doc/img/moulti-input-question.png b/doc/img/moulti-input-question.png new file mode 100644 index 0000000..1b9bad7 Binary files /dev/null and b/doc/img/moulti-input-question.png differ