Changes between Version 6 and Version 7 of BashCommandCompletion
- Timestamp:
- Apr 30, 2008, 1:17:52 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BashCommandCompletion
v6 v7 1 1 = Command completion for boinc and boinccmd = 2 2 3 The bash shell has a useful facility to complete commands when you press `[T AB]`. There is a script which goes a bit further and lets bash complete [UnixClient boinc's] and [BoincCmd boinccmd's] commands and options.3 The bash shell has a useful facility to complete commands when you press `[Tab]`. There is a script which goes a bit further and lets bash complete [UnixClient boinc's] and [BoincCmd boinccmd's] commands and options. 4 4 5 For example if you type '''`boinccmd --get_[T AB]`''' it gives you all commands which begin with `--get_`:5 For example if you type '''`boinccmd --get_[Tab]`''' it gives you all commands which begin with `--get_`: 6 6 {{{ 7 7 ~$ boinccmd --get_ … … 14 14 --get_project_config_poll 15 15 }}} 16 If you now press `p` and then `[T AB]` again the selection is reduced to:16 If you now press `p` and then `[Tab]` again the selection is reduced to: 17 17 {{{ 18 18 ~$ boinccmd --get_pro