Changes between Version 8 and Version 9 of BashCommandCompletion
- Timestamp:
- Feb 13, 2013, 9:04:33 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BashCommandCompletion
v8 v9 1 1 = Command completion for boinc and boinccmd = 2 2 3 The BASH shell has a useful facility to complete commands when you press `[Tab]`. There is a [source: trunk/boinc/client/scripts/boinc.bash script] which goes a bit further and lets BASH complete [UnixClient boinc's] and [BoincCmdboinccmd's] commands and options.3 The BASH shell has a useful facility to complete commands when you press `[Tab]`. There is a [source:boinc/client/scripts/boinc.bash script] which goes a bit further and lets BASH complete [UnixClientPackage boinc's] and [userw:Boinccmd_tool boinccmd's] commands and options. 4 4 5 5 For example if you type '''`boinccmd --get_[Tab]`''' it gives you all commands which begin with `--get_`: … … 22 22 and so on. The script also completes host names after the `--host` option. 23 23 24 To use this command completion, save [source: trunk/boinc/client/scripts/boinc.bash this script] on a file (e.g. `boinc.bash`) and source it in bash:24 To use this command completion, save [source:boinc/client/scripts/boinc.bash this script] on a file (e.g. `boinc.bash`) and source it in bash: 25 25 {{{ 26 26 ~$ source boinc.bash