logoalt Hacker News

adamtaylor_13yesterday at 7:33 PM3 repliesview on HN

Minor nitpick: This isn't what I expected when I read "CLI". I envisioned a terminal-native experience. Unless I skimmed over this way too fast, this is a browser experience that you trigger from the terminal.

EDIT: I should mention that I think the idea is cool. We're in a new age where reviewing large amounts of unfamiliar code has become a larger problem than it was previously.


Replies

agavrayesterday at 8:57 PM

If you do want a native CLI in-terminal for this, try out github.com/agavra/tuicr

cpan22yesterday at 7:41 PM

yep sorry about that, we weren't exactly sure what the best framing was

glad you like the idea though! let us know what you think

danenaniayesterday at 7:49 PM

I mean it’s quite literally a command line interface to their tool… what else should it be called that differentiates it from a pure browser flow?

What you are describing sounds more like “TUI” than “CLI” imo. A CLI is an interface—it’s about the input step. It makes no promise about what happens after that.

show 1 reply