~knazarov/q.sh

A fuzzy launcher
Fix the order of notes
Sort camera images by mtime
Fix default argument handling

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~knazarov/q.sh
read/write
git@git.sr.ht:~knazarov/q.sh

You can also use your local clone with git send-email.

#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.

#Installing

Currently, the preferred way is to install through Nix, though just copying to any executable dir will do as well.

#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