Any tool for managing large and variable command lines?

0
admin
Aug 24, 2024 03:55 PM 0 Answers Ask Question
Member Since Apr 2019
Subscribed Subscribe Not subscribe
Flag(0)

For managing large and variable command lines, several tools can help:

1. Tome (github.com/laktak/tome): Manages playbooks and recurring commands.
2. Just (github.com/casey/just): Similar to Make, focused on commands.
3. Atuin (atuin.sh): Enhances shell command history management.
4. Simple bash scripts with fuzzy search using fzf.
5. Invoke (pyinvoke.org): For complex Python-based task execution.

0 Subscribers
Submit Answer
Please login to submit answer.
0 Answers
Sort By:

Share: