-
Improve usability of Detox' CLI by offering an autocompletion script.
One good example is the autocompletion of configs names.
-
I didn't find any shell access to pods using kubewall.
![image](https://github.com/user-attachments/assets/d00ce406-183c-473e-80ec-3bd0bb4d9c0a)
It would be great if there was a shell access kube…
-
Add [clap_completions](https://docs.rs/clap_complete/latest/clap_complete/) for shell completions. A `gen_completions` subcommand could be added, and users would just add `eval $(gdrive gen_completion…
-
currently cs updates `~/.bash_profile` but not `~/.config/fish/config.fish`:
```
cs setup
Checking if a JVM is installed
Found a JVM installed under /home/scarf/.cache/coursier/arc/https/github.…
-
It would be great to add shell completion for fish!
-
As per https://clang.llvm.org/docs/JSONCompilationDatabase.html neither "command" nor "arguments" key support shell expansion but makefile tools extension generates backticked shell commands regardles…
-
It would be helpful to have a Nix flake for this package. The most basic version would just include a build shell, but a a more advanced version would also include a full derivation and also a NixOS s…
-
## Checklist
* [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases).
* [x] Did you check the manual for your release? The v3 manual is …
-
## Bug Description
Hi, I'm trying to use pwncat-cs to be able to do a reverse shell with a rubber ducky but I can't find what command or what I have to put on the victim's computer. Do I have to …
-
### Reproduction step:
create new angular project: ng new shell --ssr
add native federation: ng add @angular-architects/native-federation --project shell --type dynamic-host --port 4200
run the p…