q.sh/README.md

17 lines
487 B
Markdown
Raw Normal View History

2021-09-04 17:56:19 +00: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).
2021-10-10 20:26:06 +00:00
To see an example of how to write a `q.sh` extension, take a look at `q-bookmarks`.
2021-09-04 17:56:19 +00:00
## License
Distributed under the terms of the BSD License