A tool to match command-line arguments to their help text.
Live version: https://shielded-basin-58652.herokuapp.com/
Inspired by https://github.com/idank/explainshell
rails manpage:import\[cat\]
rails manpage:import\[docker,build\]
bundle exec rails s
Then visit: http://localhost:3000/explain?cmd=ls%20-lof
Or request json results:
curl -H "Accept: application/json" "http://localhost:3000/explain?cmd=ls+-l"
make build
make run
Then visit: http://localhost:3000/explain?cmd=ls%20-lof
Or request json results:
curl -H "Accept: application/json" "http://localhost:3000/explain?cmd=ls+-l"
git push heroku main