"How do I... run this thing?"
Scan a project's README and extract the commands you need to get it running. No more opening an editor and scrolling through docs to find the install, run, test and deploy steps.
Try out the demo.
Install
Homebrew
brew install grega/tap/hdi
Manual
curl -fsSL https://raw.githubusercontent.com/grega/hdi/main/hdi \
-o ~/.local/bin/hdi && chmod +x ~/.local/bin/hdi
No dependencies, just Bash. Works on macOS and Linux.
Usage
$ cd some-project
$ hdi
[hdi] some-project
▸ Installation
▶ npm install
cp .env.example .env
▸ Run
npm run dev
↑↓ navigate ⇥ sections ⏎ execute c copy q quit