Skip to content

v1 Requirements #4

@grega

Description

@grega

Should:

  • New website
  • Add demo (tape) generation to release script
  • Test more “non-web” project READMEs
  • Benchmark rendering interactive picker (not just README parsing)
  • Tighten copy (particularly the root README)
  • 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)
    • The terminal does not scroll with the position of the cursor (so tab / arrows can take the cursor offscreen)
    • Manually test a larger array of terminal window sizes (add to test suite also?)
  • 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)
  • If hdi returns No README found in ., prompt to run hdi --help
  • Fix formatting of help output (--json)
  • Mark hdi c / hdi check as being experimental
  • Theming
    • Provide NO_COLOR support
    • How does hdi render by default in terminals with various themes? dark? light?
    • Does it need to be theme-able, or can / should it pick up on current theme defaults?
      • Both already handled, using ANSI codes
  • Homebrew package should only include the built hdi script and LICENSE file
  • Consistent error message format, with hints
  • "Contrib mode" (parse CONTRIBUTOR.md files) Add contrib mode, and rename 'check' to 'needs' #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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions