Should: - [x] New website - [x] Add demo (tape) generation to release script - [x] Test more “non-web” project READMEs - [x] Benchmark rendering interactive picker (not just README parsing) - [ ] Tighten copy (particularly the root README) - [x] Bug: if `hdi` output is larger than height of terminal, the viewport shows the bottom of the output rather than the top (where the cursor is located) - [x] The terminal does not scroll with the position of the cursor (so tab / arrows can take the cursor offscreen) - [x] Manually test a larger array of terminal window sizes (add to test suite also?) - [x] Add comment in README about AI tool usage, eg. - Researching common README formats across a large array of project types - Creating fixtures from these findings - Converting use of `sed`, `awk` etc into Bash natives (ie. the v0.10.0 performance release) - [x] If `hdi` returns `No README found in .`, prompt to run `hdi --help` - [x] Fix formatting of help output (`--json`) - [x] Mark `hdi c` / `hdi check` as being experimental - [x] Theming - [x] Provide `NO_COLOR` support - [x] How does hdi render by default in terminals with various themes? dark? light? - [x] Does it need to be theme-able, or can / should it pick up on current theme defaults? - Both already handled, using ANSI codes - [x] Homebrew package should only include the built `hdi` script and `LICENSE` file - Done: https://github.com/grega/hdi/releases/tag/v0.19.0 - [x] Consistent error message format, with hints - [x] "Contrib mode" (parse `CONTRIBUTOR.md` files) https://github.com/grega/hdi/pull/15 - [ ] Scrolling inconsistencies, particularly with less tall windows (moving cursor down sometimes doesn't show the next item to be displayed on screen) - [ ] Multiple `hdi` still being output, roughly the same number as down arrow key presses: ``` hdi [hdi] hdi [hdi] hdi [hdi] hdi ``` Could: - [ ] Bash and Zsh completions - [ ] Per-repo `.hdirc` file for configuration (initially, README sections / titles to ignore)
Should:
hdioutput is larger than height of terminal, the viewport shows the bottom of the output rather than the top (where the cursor is located)sed,awketc into Bash natives (ie. the v0.10.0 performance release)hdireturnsNo README found in ., prompt to runhdi --help--json)hdi c/hdi checkas being experimentalNO_COLORsupporthdiscript andLICENSEfileCONTRIBUTOR.mdfiles) Add contrib mode, and rename 'check' to 'needs' #15hdistill being output, roughly the same number as down arrow key presses: