-
```
ble/widget/display-shell-version:
GNU bash, version 5.2.32(1)-release (x86_64-pc-linux-gnu) [Gentoo Linux]
ble.sh, version 0.4.0-devel4+70b89e5e (noarch) [git 2.46.0, GNU Make 4.4.1, GNU Awk 5.…
-
Hasura completion currently supports bash and zsh.
Tab completion is now possible in powershell, with `Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete`
There is also the [Register-Argum…
-
#### Current Behavior
I get following warnings when I am in a directory that has python code in it:
[WARN] - (starship::utils): Executing command "/usr/bin/python3" timed out.
[WARN] - (starship::u…
-
This is from a plain shell mode. Please note that I have not configured my bash prompt in any way for this example. (I get the same behavior with my regular prompt)
```
bash-5.1$ ls
Desktop Docume…
-
**Is your feature request related to a problem? Please describe.**
`nix-shell` doesn't currently provide bash completion for new commands that provide their own completion scripts.
https://github.…
-
This is my first time using poetry and typer (like fastapi for cli).
I needed to cd to src and issue a "poetry shell" to use the environment created by the poetry install.
```
stoney@laptop2:~/Desk…
-
### Background
I've been using tutor for my deployments since Open edX's maple release, and over 6 months as a development environment.
One of the yet-to-be-solved DevExp issues I've faced is the …
-
When using tags extensively, a tag auto-completion is very helpful.
I guess auto-completion is shell dependent, but maybe someone knows better.
I implemented this for bash on ubuntu by sourcing th…
-
**Is this a request for help?**: yes
**Is this a BUG REPORT or FEATURE REQUEST? (choose one):** BUG REPORT
**Version of Helm and Kubernetes:** helm 3.16.2, RKE2 kubernetes 1.26.15
**Which chart:** …
-
This looks to be the same as https://github.com/nushell/reedline/issues/594.
Looks like `reedline` calls into `crossterm` to query the current cursor position; `crossterm`, in turn, implements that…