A fuzzy launcher
Find a file
2024-09-09 02:03:55 +01:00
flake.lock Adapt to Nix 2024-09-09 02:03:52 +01:00
flake.nix Add a Nix overlay 2024-09-09 02:03:55 +01:00
q Adapt to Nix 2024-09-09 02:03:52 +01:00
q-bookmarks Adapt to Nix 2024-09-09 02:03:52 +01:00
q-browse Adapt to Nix 2024-09-09 02:03:52 +01:00
q-calc Adapt to Nix 2024-09-09 02:03:52 +01:00
q-clipboard Adapt to Nix 2024-09-09 02:03:52 +01:00
q-pass Adapt to Nix 2024-09-09 02:03:52 +01:00
q-run Adapt to Nix 2024-09-09 02:03:52 +01:00
README.md Update README.md 2024-09-09 02:03:47 +01:00

q.sh: a fuzzy launcher based on fzf

q.sh is a launcher for tiling window managers, that can not only run regular binaries, but also execute prefix commands.

Extending q.sh

You can extend q.sh using any programming language. In order to do so, you need to place an executable file starting with q- in Q_SCRIPT_DIR (by default, ~/.config/q.sh).

To see an example of how to write a q.sh extension, take a look at q-pass.

License

Distributed under the terms of the BSD License