Show HN: Term.app, a terminal + shell replacement for Mac
1–6 of 6 posts
Re: Show HN: Term.app, a terminal + shell replacement for Mac
#2Re: Show HN: Term.app, a terminal + shell replacement for Mac
#3Can you explain how this is really different from iTerm2 + multiple tabs open? I guess the current folder listing....
from interface: with Term each output is put into its own scrollable textbox. That way if you run a command that spits out a lot of output (e.g. grep or make), it won't obscure your previous commands.
There's also the command textbox which solves some problems I've ran into. For example, if you want to modify a long command, it can be kind of difficult if you haven't set up vim bindings with your shell or if you aren't quite adept at navigating the command-line. But since this is a normal textbox, you can use your mouse to click to where you want to edit.
Re: Show HN: Term.app, a terminal + shell replacement for Mac
#4Re: Show HN: Term.app, a terminal + shell replacement for Mac
#5Any advantages over someone who's used to zsh?
Term's grouping of output is pretty amazing, I think, and blows away almost any shell + terminal combo.