Changes between Version 6 and Version 7 of BashCommandCompletion


Ignore:
Timestamp:
Apr 30, 2008, 1:17:52 AM (16 years ago)
Author:
fthomas
Comment:

the keysymbol name is Tab, so use this instead of TAB

Legend:

Unmodified
Added
Removed
Modified
  • BashCommandCompletion

    v6 v7  
    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 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 script which goes a bit further and lets bash complete [UnixClient boinc's] and [BoincCmd boinccmd's] commands and options.
    44
    5 For example if you type '''`boinccmd --get_[TAB]`''' it gives you all commands which begin with `--get_`:
     5For example if you type '''`boinccmd --get_[Tab]`''' it gives you all commands which begin with `--get_`:
    66{{{
    77~$ boinccmd --get_
     
    1414--get_project_config_poll
    1515}}}
    16 If you now press `p` and then `[TAB]` again the selection is reduced to:
     16If you now press `p` and then `[Tab]` again the selection is reduced to:
    1717{{{
    1818~$ boinccmd --get_pro