Automatic shell completion support for scripts that use optparse.
Project description
This module provide automatic bash completion support for programs that use the optparse module. The premise is that the optparse options parser specifies enough information (and more) for us to be able to generate completion strings esily. Another advantage of this over traditional completion schemes where the completion strings are hard-coded in a separate bash source file, is that the same code that parses the options is used to generate the completions, so the completions is always up-to-date with the program itself.
In addition, we allow you specify a list of regular expressions or code that define what kinds of files should be proposed as completions to this file if needed. If you want to implement more complex behaviour, you can instead specify a function, which will be called with the current directory as an argument.
You need to activate bash completion using the shell script function that comes with optcomplete (see http://furius.ca/optcomplete for more details).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file optcomplete-1.2-devel.tar.gz
.
File metadata
- Download URL: optcomplete-1.2-devel.tar.gz
- Upload date:
- Size: 37.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3244b2bedc61e1d2c356137638ce559427258d38a89e3eb1bdf5c3f5d64b82d |
|
MD5 | 6392cd0a7154b3394004d5ad9d913d59 |
|
BLAKE2b-256 | 479394b1ae1bce12c54bd4823d2d6e020c806cdab582683ff0d7782cb54e5a1a |