@@ -26,7 +26,7 @@ By the way, Moulti can also display man pages and unified diff files (with color
26
26
27
27
TL;DR: ` pipx install moulti; pipx ensurepath `
28
28
29
- More details in the [ Documentation] ( Documentation.md#installation )
29
+ More details in the [ Documentation] ( https://moulti.run/install/ )
30
30
31
31
## How?
32
32
@@ -37,7 +37,7 @@ Synopsis:
37
37
3 . Fill it: ` whatever_your_script_does | moulti pass step_name `
38
38
4 . Repeat #2 and #3 until your script is done.
39
39
40
- Learn how to leverage Moulti by jumping to its [ Documentation] ( Documentation.md ) .
40
+ Learn how to leverage Moulti by jumping to its [ Documentation] ( https://moulti.run/ )
41
41
42
42
## Features
43
43
@@ -48,18 +48,18 @@ As shown in the demo, Moulti enables user interactions through **questions**:
48
48
![ Moulti button question] ( https://xavier.kindwolf.org/p/moulti/doc/img/moulti-button-question.png?20240218 )
49
49
50
50
Moulti also features:
51
- - text ** search** , similar to ` less ` : [ documentation] ( Documentation.md# text-search)
51
+ - text ** search** , similar to ` less ` : [ documentation] ( https://moulti.run/ text-search/ )
52
52
- ability to maximize a single step log, similar to tmux's zoom feature
53
- - a ** progress bar** : [ documentation] ( Documentation.md#progress-bar )
54
- - programmatic scrolling: [ documentation] ( Documentation.md #programmatically-scrolling-through-steps)
55
- - an askpass helper named ` moulti-askpass ` : [ documentation] ( Documentation.md# moulti- run-dealing-with- ssh)
56
- - support for [ Ansible playbooks] ( Documentation.md# moulti- run-dealing-with- ansible) , [ man pages] ( Documentation.md# moulti- manpage) and [ unified diff] ( Documentation.md# moulti- diff)
53
+ - a ** progress bar** : [ documentation] ( https://moulti.run/progressbar/ )
54
+ - programmatic scrolling: [ documentation] ( https://moulti.run/scrolling/ #programmatically-scrolling-through-steps)
55
+ - an askpass helper named ` moulti-askpass ` : [ documentation] ( https:// moulti. run/shell-scripting/# ssh)
56
+ - support for [ Ansible playbooks] ( https:// moulti. run/ ansible/ ) , [ man pages] ( https:// moulti.run/ manpage/ ) and [ unified diff] ( https:// moulti.run/ diff/ )
57
57
58
58
When it comes to look and feel, Moulti can be customised:
59
59
60
- - through ` moulti set ` : define whether Moulti steps flow up or down: [ documentation] ( Documentation.md#multiple-ways-to-display-steps )
61
- - through [ Textual CSS (TCSS)] ( https://textual.textualize.io/guide/CSS/ ) : [ documentation] ( Documentation.md#how-to-define-my-own-step- classes- )
62
- - through ANSI themes: [ documentation] ( Documentation.md#appearance-look-and-feel )
60
+ - through ` moulti set ` : define whether Moulti steps flow up or down: [ documentation] ( https://moulti.run/direction-and-position/ )
61
+ - through [ Textual CSS (TCSS)] ( https://textual.textualize.io/guide/CSS/ ) : [ documentation] ( https://moulti.run/classes/#custom- classes)
62
+ - through ANSI themes: [ documentation] ( https://moulti.run/environment-variables/#moulti_ansi )
63
63
64
64
## Implementation
65
65
0 commit comments