docs: document all super-man modes in README
Add ask/task/category/explain/ai modes and requirements to the usage section, matching the script's actual --help output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,12 +19,21 @@ repeating with `tar`.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
super-man # interactive home screen (fzf)
|
super-man # interactive home screen (fzf)
|
||||||
super-man <command> # jump straight to a command's flags
|
super-man <command> [filter] # jump straight to a command's flags
|
||||||
super-man ask "<task>" # natural-language task lookup
|
super-man -l, --list # list all known commands
|
||||||
super-man --list # list all known commands
|
super-man -h, --help # full help
|
||||||
|
|
||||||
|
# Natural-language modes (database-backed, needs jq)
|
||||||
|
super-man ask "find large files" # ask a question
|
||||||
|
super-man task "monitor cpu usage" # describe what you want to do
|
||||||
|
super-man category files # browse by category (files/text/network/system)
|
||||||
|
super-man explain "tar -czf" # explain what a command does
|
||||||
|
super-man ai "count lines in js files" # AI-powered NL2SH model (advanced)
|
||||||
```
|
```
|
||||||
|
|
||||||
`Esc` in the flag browser returns to the command list; `Esc` on the home screen
|
`Esc` in the flag browser returns to the command list; `Esc` on the home screen
|
||||||
exits.
|
exits.
|
||||||
|
|
||||||
|
**Requirements:** `jq` for the natural-language modes, `fzf` for interactive mode.
|
||||||
|
|
||||||
See [`docs/`](docs/) for design notes and the full feature history.
|
See [`docs/`](docs/) for design notes and the full feature history.
|
||||||
|
|||||||
Reference in New Issue
Block a user