Changes between Version 8 and Version 9 of BashCommandCompletion


Ignore:
Timestamp:
Feb 13, 2013, 9:04:33 AM (11 years ago)
Author:
Christian Beer
Comment:

changed link to source for new git repo

Legend:

Unmodified
Added
Removed
Modified
  • BashCommandCompletion

    v8 v9  
    11= Command completion for boinc and boinccmd =
    22
    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 [BoincCmd boinccmd's] commands and options.
     3The 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.
    44
    55For example if you type '''`boinccmd --get_[Tab]`''' it gives you all commands which begin with `--get_`:
     
    2222and so on. The script also completes host names after the `--host` option.
    2323
    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:
     24To 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:
    2525{{{
    2626~$ source boinc.bash