-
Hello! First-time user here – is there any way to complete todo's and dailies from the CLI? I've checked the docs but don't see any mention of either. Thanks in advance :)
-
askbash parses the yaml configs and implements all the completion logic in the included ruby libraries. Control is handed off from bash's own completion mechanism to this package via `complete -C` an…
-
* AWS : https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html
* Terraform : https://www.terraform.io/docs/commands/index.html#shell-tab-completion
-
I think it would be great if we could move this to `apache/brooklyn-client/cli` for easier maintenance , publicity and also to easily achieve something like the following for homebrew users
```
…
-
**ble version**: (cannot execute because of no input, but would look like this)
```
❯ echo "$BLE_VERSION"
0.4.0-devel4+75c4a84
```
**Bash version**:
```
❯ ble/widget/display-shell-version
G…
-
If I run just an ipython session (example I've used below), I get the following warning and emacs hangs
```
Warning (python): Your ‘python-shell-interpreter’ doesn’t seem to support readline, yet ‘py…
-
## Bug Report
#### Current Behavior
It shows a java options/settings from env vars in shell name.
```
untainsYD in some-scala-project on main via java v17.0.8 via scala v-Djava.util.prefs.u…
-
### Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3…
-
When I use the global completion mode, completion does not work.
Pressing tab with no arguments it returns a file list of the current directory
Pressing tab with a `-` or `--` seems to return base `…
-
A few problems observed:
- `INPUTRC` could be set in bashrc according to `TERM=dumb` and `vsh_shell_start` won't see it.
- Does not automatically complete current word when only one possible-complet…