Freddy Vulto
|
cdf0e82686
|
Fix contrib/ssh command completion
Only complete with command names (compgen -c) if argc > 1
|
2009-06-17 23:45:00 +02:00 |
|
Freddy Vulto
|
0b19577ed9
|
Added -h HOST option to _known_hosts_real
Modified call to _known_hosts_real in ssh, vncviewer and xhost completions.
|
2009-06-13 08:38:52 +02:00 |
|
Freddy Vulto
|
e847d57e50
|
Improved test suite from bash-completion-lib
Run the tests with:
$ cd test
$ ./runCompletionUnit
$ ./runCompletionCompletion
The last test of unit/_known_hosts gives UNRESOLVED and needs fixing.
|
2009-06-09 22:49:53 +02:00 |
|
Guillaume Rousse
|
d5fd1c3412
|
split _known_hosts into _kwnown_hosts and _known_hosts_real, instead of using an option to set current word
|
2009-05-03 15:18:31 +02:00 |
|
Guillaume Rousse
|
ae757e453b
|
distinct completion function for sftp
|
2009-05-02 17:34:00 +02:00 |
|
Guillaume Rousse
|
5decc1de04
|
standard completion scheme for ssh-copy-id
|
2009-05-02 17:23:21 +02:00 |
|
Guillaume Rousse
|
41746f0bcc
|
fix indentation
|
2009-05-02 17:20:41 +02:00 |
|
Guillaume Rousse
|
39a143e083
|
split xhost completion in its own file
|
2009-05-02 17:13:46 +02:00 |
|
Guillaume Rousse
|
4692a4b14a
|
more option completions
|
2009-05-02 16:20:31 +02:00 |
|
Guillaume Rousse
|
d8bb766fbe
|
standardize ssh completion scheme:
- complete after previous unstacked short options
- complete potential options after dash
- complete on known host if neither apply
|
2009-05-02 16:11:23 +02:00 |
|
Ville Skyttä
|
2595b32439
|
Add comments about local file completion of _scp.
|
2009-02-06 23:22:29 +02:00 |
|
Ville Skyttä
|
7ee70294ba
|
NFC: fix indentation, trim trailing whitespace.
|
2009-01-23 01:18:28 +02:00 |
|
Ville Skyttä
|
eb1c298f8f
|
scp metachar escaping fixes: remove duplicate '&' (always there), escape '!' (broken in r1082)
|
2009-01-23 01:12:32 +02:00 |
|
Ville Skyttä
|
4a360233d2
|
Do not make vi and friends expand tabs with spaces.
|
2009-01-17 11:38:33 +02:00 |
|
Ville Skyttä
|
c353789983
|
Add/compact *Emacs, vi and friends indentation etc settings.
|
2009-01-14 22:17:14 +02:00 |
|
David Paleino
|
ed7e461ed1
|
Allow configfile to contain spaces
|
2008-11-08 09:45:31 +01:00 |
|
David Paleino
|
39f96af59a
|
Added support for `-F configfile' to _known_hosts(), ssh, scp and
sftp, thanks to Freddy Vulto (Closes: #504141)
|
2008-11-01 12:25:38 +01:00 |
|
David Paleino
|
886a6fdb50
|
Fixed ssh-copy-id completion
|
2008-10-24 19:19:37 +02:00 |
|
David Paleino
|
2df67cecb4
|
Moved ssh completion to separate file.
|
2008-09-27 12:58:42 +02:00 |
|