2021-11-21 21:55:26 +00:00
|
|
|
# q.sh: a fuzzy launcher based on fzf
|
2021-09-04 17:56:19 +00:00
|
|
|
|
2021-11-21 21:55:26 +00:00
|
|
|
`q.sh` is a launcher for tiling window managers, that can not only run regular binaries,
|
|
|
|
but also execute prefix commands.
|
2021-09-04 17:56:19 +00:00
|
|
|
|
2023-05-21 23:18:49 +00:00
|
|
|
## Installing
|
|
|
|
|
|
|
|
Currently, the preferred way is to install through Nix, though just copying to any executable dir
|
|
|
|
will do as well.
|
|
|
|
|
2021-09-04 17:56:19 +00:00
|
|
|
## 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).
|
|
|
|
|
2021-11-21 21:55:26 +00:00
|
|
|
To see an example of how to write a `q.sh` extension, take a look at `q-pass`.
|
2021-09-04 17:56:19 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Distributed under the terms of the BSD License
|