Skip to content

relte/quena-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quena Console

What is it?

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.

How can I run it?

  1. Install Python, pip and pipenv.
  2. Run pipenv install and then pyinstaller quena.spec.
  3. The application will be built under dist/ directory. Move it where you like and add to PATH to have global access.
  4. 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

About

Console interface for Quena

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages