question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement tab completion

See original GitHub issue

Under https://github.com/capitalone/cloud-custodian/pull/736#pullrequestreview-13549396, I find myself hitting custodian schema e<tab>. Would be swell to have that do the thing we all know it should do. 😉

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kapiltcommented, Dec 20, 2016

sure its typically something like this https://argcomplete.readthedocs.io/en/latest/ or explicitly done, and it requires some integration into the user env, for dynamic completion the app has to do some specific integrations

0reactions
scotwkcommented, Jan 9, 2017

@kapilt - this wasn’t in our queue, but I was interested and thought I’d take a bit of time to investigate. I managed to get it working pretty well, so submitting a WIP PR now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Implement Tab Completion - c++ - Stack Overflow
Tab completion is indeed usually a feature of a shell: you press tab within the shell while entering a command line, and it...
Read more >
Appendix J. An Introduction to Programmable Completion
The programmable completion feature in Bash permits typing a partial command, then pressing the [Tab] key to auto-complete the command sequence.
Read more >
Implement tab completion / autocomplete · Issue #5 - GitHub
In the input view it would be useful to be able to press tab to complete paths just like in bash. It would...
Read more >
Creating a bash completion script - iridakos
A tutorial for adding tab completion to your scripts using the Bash Programmable Completion functionality.
Read more >
Command-line completion - Wikipedia
Command -line completion (also tab completion) is a common feature of command-line interpreters, in which the program automatically fills in partially typed ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found