Y
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
andyhmltn
4781 days ago
Turn on bash autocompletition and bash does this perfectly.
link
eisbaw
4781 days ago
my bash does this...
link
zackkitzmiller
4781 days ago
bash does this.
link