Ask HN: Good examples of interactive command-line user experience?
1–10 of 83 posts
Re: Ask HN: Good examples of interactive command-line user experience?
#2Re: Ask HN: Good examples of interactive command-line user experience?
#3Edited: to use TUI instead of CLI
Re: Ask HN: Good examples of interactive command-line user experience?
#4I've recently built an internal tool with inquirer and it was a really nice development and user experience. I haven't figured out the best way to test the interactions though.
termUI in go is also nice if you need graphing and viz for a dashboard like command line.
Re: Ask HN: Good examples of interactive command-line user experience?
#5- moc (Music on Console)
Re: Ask HN: Good examples of interactive command-line user experience?
#6Re: Ask HN: Good examples of interactive command-line user experience?
#7I like npm-check https://github.com/dylang/npm-check it has a really useful and easy to use UI, on of the nicest terminal UI driven applications I have used. Edited: to use TUI instead of CLI
Re: Ask HN: Good examples of interactive command-line user experience?
#8git
(I mean when it's not an unpredictable sequence of commands that need to be passed to accomplish something outside of a regular workflow)
Re: Ask HN: Good examples of interactive command-line user experience?
#9Serverless ( https://serverless.com ) has a nice experience. I believe it is built using inquirer.js ( https://github.com/SBoudrias/Inquirer.js ) I've recently built an internal tool with inquirer and it was a really nice development and user experience. I haven't figured out the best way to test the interactions though. termUI in go is also nice if you need graphing and viz for a dashboard like command line.
Re: Ask HN: Good examples of interactive command-line user experience?
#10I like npm-check https://github.com/dylang/npm-check it has a really useful and easy to use UI, on of the nicest terminal UI driven applications I have used. Edited: to use TUI instead of CLI
TUI is not CLI. htop and these curses interfaces was TUI