| Crates.io | vikunja-tui |
| lib.rs | vikunja-tui |
| version | 0.2.0 |
| created_at | 2024-11-11 16:16:38.244783+00 |
| updated_at | 2025-02-23 16:17:42.4988+00 |
| description | A terminal application to manage tasks in vikunja |
| homepage | |
| repository | https://github.com/mark-pitblado/vikunja-tui |
| max_upload_size | |
| id | 1443890 |
| size | 96,199 |
This is a simple terminal user interface for vikunja. The purpose is to allow users to manage tasks from the terminal, using their own API key. This project is not managed or affiliated with the Vikunja team.
cargo install vikunja-tui
Place the following two values in a .toml file within your configuration files under the vikunja-tui directory. The instance url should not contain api/v1, just the base url for your instance. The api key just needs read and write access to tasks.
~/.config/vikunja-tui/config.toml
['vikunja']
instance_url = "https://example.com"
api_key = "<your-key-here>"
*label