Quena Console is a CLI for Quena Web, a self-hosted knowledge management tool. It helps you quickly look up your notes and thanks to ConsoleMD it outputs proper Markdown.
- Install Python, pip and pipenv.
- Run
pipenv install
and thenpyinstaller quena.spec
. - The application will be built under
dist/
directory. Move it where you like and add toPATH
to have global access. - Run
quena
in your terminal!
$ quena --help
Usage: quena [OPTIONS] [PHRASE]
Options:
--url Show the API base URL and exit.
--set-url TEXT Set the API base URL and exit. Example:
https://quena.yourdomain.com
--help Show this message and exit.
$ quena 'running tests'
Running tests for Quena Web
---------------------------
$ composer test
Running tests for Quena Console
-------------------------------
$ pytest
$ quena
What are you looking for? running tests
Running tests for Quena Web
---------------------------
$ composer test
Running tests for Quena console
-------------------------------
$ pytest