Changes between Version 2 and Version 3 of BashCommandCompletion
- Timestamp:
- Jun 29, 2007, 1:23:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BashCommandCompletion
v2 v3 1 = Command completion for boinc_c md =1 = Command completion for boinc_client and boinc_cmd = 2 2 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 [ BoincCmd boinc_cmd] owncommands 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_client's] and [BoincCmd boinc_cmd's] commands and options. 4 4 5 For example if you type '''boinc_cmd --get [TAB]''' it gives you all commands which begin with --get:5 For example if you type '''boinc_cmd --get_[TAB]''' it gives you all commands which begin with --get_: 6 6 {{{ 7 7 --get_cc_status --get_project_status