Skip to content

Commit 1f653ab

Browse files
committed
Update README.md
1 parent 7712ad4 commit 1f653ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ hdi /path/to/project Scan a different directory
6464
--ni, --no-interactive Non-interactive (just print, no picker)
6565
```
6666

67+
Example: `hdi --raw | pbcopy` to copy commands to clipboard.
68+
6769
### Interactive controls
6870

6971
| Key | Action |
@@ -77,6 +79,8 @@ hdi /path/to/project Scan a different directory
7779

7880
`hdi` parses a given README's Markdown headings looking for keywords like *install*, *setup*, *prerequisites*, *run*, *usage*, *getting started*, etc. It extracts the fenced code blocks from matching sections (skipping JSON/YAML response examples) and presents them as an interactive, executable list.
7981

82+
Also looks for `README.rst` / `readme.rst`, though Markdown READMEs work best.
83+
8084
No dependencies, just Bash. Should work on macOS and Linux.
8185

8286
## Testing

0 commit comments

Comments
 (0)