Welcome to the Linux Foundation Forum!
Generate auto-completion scripts using crazy-complete
crazycomplete
Posts: 1
Hello everyone!
I want to introduce my current project crazy-complete.
It is a tool that generates shell auto-completion files using a single configuration file.
Key Features
- Simple configuration: The tool uses an easy-to-use YAML format
- Multi shell support: The tool supports Bash, Fish and Zsh
- Option types: All common option types are supported: long-options (--option), short-options (-o) and old-style-options (-option)
- Argument types: Options with required arguments, with optional arguments and no arguments are supported
- Mutually exclusive options: You can define groups of options that can't be used together
- Repeatable options: You can control if an option may be repeated on commandline, or should appear only once
- Positional arguments: You can easily define arguments for your program
- Built-in completion types: The tool comes with these completions: file, directory, choices, value_list, range, signal, process, pid, command, user, group, service, variable, environment
- Custom completions: If the built-ins aren't sufficient, there is the exec command to complete stuff based of a command's output
- Conditional options/positionals: You can enable options and positionals based on conditions, like "is there an option present?" or "does an option have a specific value?"
- Subommands: You can specify arbitrary levels of subcommands
- Robust scripts: Unlike other generation tools, cracy-complete parses the whole commandline according to the specified options (instead of only looking at the last two args, for example)
- Efficient scripts: Scripts were made with efficiency in mind. You pay only for what you use.
- Well tested: There are over fifty tests per shell to ensure correct behaviour
Other Features
- argparse Support: If your program is written in Python and uses the arparse-module, there is a chance that you can generate scripts (or YAML files) from the argparse.ArgumentParsers's definitions
- Help text parser: If your program comes with a help text, there is a chance that you can generate YAML definition files by parsing it's output
If you're tired of maintaining completion scripts for different shells, crazy-complete may be for you.
Even if you decide against using generated scripts, the output of the tool may serve as an inspiration.
Let me know what you think. If you need support or have any questions or improvement-ideas, don't hesitate to ask!
And if you like the tool, please give it a star on GitHub
0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 14 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 37 Cloud & Containers Training
- 4 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 472 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 103 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 168 Mobile Computing
- 32 Android
- 121 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 311 Kernel Development
- 724 Software Development
- 1K Software
- 419 Applications
- 183 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)