New Features
- allow list selection when empty_module_message is in use
- shorthand "ot" to launch otter-launcher with the AUR installation (simply a symlink in /usr/bin)
- cli mode added, meaning
- "ot --help" shows help messages
- "ot sh htop" launches htop
- "ot some keywords to look up" searches for "some keywords to look up" using the default module
- "ot" enters the original tui interface
- this allows otter-launcher to be used as a toolbox of scripts in command line environment, requiring only one config file.
- thanks to @Wateir coming up with the idea
Usage:
otter-launcher [OPTIONS] [ARGUMENTS]...
Options:
-h, --help Show help
-v, --version Show version
Behavior:
Running without ARGUMENTS opens TUI interface, where user input launches the matched module.
ARGUMENTS are taken as a direct user prompt without using the TUI interface. All configured modules are effective.
If OPTIONS are given, help or version messages will be printed.
Bug fixes
- more robust env expansion for interface.header