Hacker News new | ask | show | jobs
by mbi 4781 days ago
The killer feature to me is scp completion, e.g.

  scp someuser@someserver:<tab>
… will ssh into the server, fetch the file list and offer it for completion locally (granted you have set up public key authentication)
3 comments

Turn on bash autocompletition and bash does this perfectly.
my bash does this...
bash does this.