Update README.md

This commit is contained in:
Konstantin Nazarov 2021-11-21 21:55:26 +00:00
parent b93ba0632d
commit f9731dd7ca
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -1,7 +1,7 @@
# CLI to answer natural language questions # q.sh: a fuzzy launcher based on fzf
`q.sh` is a command-line tool that allows you to interact with your `q.sh` is a launcher for tiling window managers, that can not only run regular binaries,
computer using natural language. but also execute prefix commands.
## Extending q.sh ## Extending q.sh
@ -9,7 +9,7 @@ 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` need to place an executable file starting with `q-` in `Q_SCRIPT_DIR`
(by default, ~/.config/q.sh). (by default, ~/.config/q.sh).
To see an example of how to write a `q.sh` extension, take a look at `q-bookmarks`. To see an example of how to write a `q.sh` extension, take a look at `q-pass`.
## License ## License