A fuzzy launcher
Find a file
2024-09-09 02:03:44 +01:00
q Add preview line wrap 2024-09-09 02:03:33 +01:00
q-bookmarks Add interactive narrowing 2024-09-09 02:03:31 +01:00
q-calc Fix calc preview 2024-09-09 02:03:39 +01:00
q-clipboard Add a simple clipboard script 2024-09-09 02:03:42 +01:00
q-pass Add pass integration 2024-09-09 02:03:44 +01:00
README.md Add interactive narrowing 2024-09-09 02:03:31 +01:00

CLI to answer natural language questions

q.sh is a command-line tool that allows you to interact with your computer using natural language.

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

License

Distributed under the terms of the BSD License