Update README.md
This commit is contained in:
parent
b93ba0632d
commit
f9731dd7ca
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue