From f9731dd7cac20c7d76180df7ccdf8dc400ed2932 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sun, 21 Nov 2021 21:55:26 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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