Emily Grace Seville
Emily Grace Seville
## Changes - Use double quotes for `show_usage` function: termux-battery-status.in - Colorize `show_usage` text: termux-battery-status.in - Provide valid options when unknown is passed: termux-battery-status.in - Specify script type for ShellCheck...
This is my first PR here. :)
## Description - [x] Add completions for: [`wmctrl`](https://linux.die.net/man/1/wmctrl). - [ ] Refactor code. Fixes issue # ## TODOs: - [ ] Changes to fish usage are reflected in user documentation/manpages....
## Description - [x] Add completions for the following subcommands: - [x] [`cmd`](https://gitlab.winehq.org/wine/wine/-/wikis/Commands/cmd) - [x] [`control`](https://gitlab.winehq.org/wine/wine/-/wikis/Commands/control) - [x] [`eject`](https://gitlab.winehq.org/wine/wine/-/wikis/Commands/eject) - [x] [`explorer`](https://gitlab.winehq.org/wine/wine/-/wikis/Commands/explorer) - [x] [`msiexec`](https://gitlab.winehq.org/wine/wine/-/wikis/Commands/msiexec) - [x] [`regedit`](https://gitlab.winehq.org/wine/wine/-/wikis/Commands/regedit) - [x]...
## Description Add completions for: - [x] [`guile`](https://www.gnu.org/software/guile/manual/html_node/Command_002dline-Options.html) - [x] [`guild`](https://www.gnu.org/software/guile/manual/html_node/Compilation.html) ## Notes I have no clue how to extract all function names from the current file purely from Scheme...
Fish: 3.7.1 Given the following code: ```fish set -l command true complete -c $command -f set -l args first second complete -c $command -l longA -a "$args" -d '--longA, without...
## Description - Add completions for: [`batsh`](https://github.com/batsh-dev-team/Batsh) Fixes issue # ## TODOs: - [ ] Changes to fish usage are reflected in user documentation/manpages. - [ ] Tests have been...
## Description - Add completions for: [`folderify`](https://github.com/lgarron/folderify/tree/main) Fixes issue # ## TODOs: - [ ] Changes to fish usage are reflected in user documentation/manpages. - [ ] Tests have been...
## Description Add completions for: - [x] [`mmdc`](https://github.com/mermaid-js/mermaid-cli) - [x] [`dot`](https://graphviz.org/doc/info/command.html) - [x] [`kroki`](https://docs.kroki.io/kroki/setup/kroki-cli/) - [x] [`d2`](https://github.com/terrastruct/d2) Note: this list is based on [this](https://swimm.io/learn/mermaid-js/top-6-mermaid-js-alternatives) article. > 🛠️ Further enhancements regarding...
## Description Add completions for: [`termux-*`](https://wiki.termux.com/wiki/Termux:API). Fixes issue # ## Features - [x] Positional and option arguments are completed in cases documentation clearly states what valid values are - [x]...