diff --git a/README.md b/README.md index df71e3c..5a4c957 100644 --- a/README.md +++ b/README.md @@ -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 -computer using natural language. +`q.sh` is a launcher for tiling window managers, that can not only run regular binaries, +but also execute prefix commands. ## 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` (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