vja

A command line interface for Vikunja

Source code: Gitlab

Installation

python -m pip install --user vja

Upgrade

python -m pip install --user vja --upgrade

Configuration

Set the following as the config file, vja.rc. Change the url to the instance url.

[application]
frontend_url=https://try.vikunja.io/
api_url=https://try.vikunja.io/api/v1

You can define a custom location for the config file. I have chosen ~/.config/vikunja. This needs to be set as an environment variable through .zshrc.