add auto-completion to the CLI
See original GitHub issueIf someone types:
ploomber exa
And presses the tab key, it should autocomplete to:
ploomber examples
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Add tab autocomplete for your commandline apps
How to add autocomplete to your commandline apps for Linux by writing completion files for shell.
Read more >Enable tab completion - .NET CLI - Microsoft Learn
This article teaches you how to enable tab completion for the .NET CLI for PowerShell, Bash, zsh, and fish.
Read more >How to add bash auto completion in Ubuntu Linux - nixCraft
Open the terminal application; Refresh package database on Ubuntu by running: $ sudo apt update; Install bash-completion package on Ubuntu by ...
Read more >Autocomplete: Tab Completion for Command-Line Tools - NASA
Using autocomplete is as simple as pressing the [TAB] and the active command line options will fill-in. If more than one option is...
Read more >Command completion - AWS Command Line Interface
Configure autocompletion for AWS CLI commands. ... Add an export command at the end of your profile script that's similar to the following...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There’s actually a PR #554
closed by #612