Add Shell Command plugin for launcher commands (#290)

* Add Quick Shell plugin for launcher commands

Introduces `/qs` launcher prefix to run shell commands in an interactive
terminal. Features dynamic shell completions (Fish/Bash), command
history, user snippets, and directory navigation.

* Rename quick-shell plugin to shell command plugin

* Update thumbnail.webp

* Document shell dependencies and filter completions by current word

Filter bash compgen completions to the current word being typed. Declare
`sh`, `ls`, `fish`, and `bash` as plugin dependencies.
This commit is contained in:
weinguyen
2026-08-08 15:07:11 -04:00
committed by GitHub
parent 41afff4ede
commit c67f0739dc
6 changed files with 687 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB