https://github.com/psethwick/tuidoist
https://github.com/psethwick/tuidoist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/psethwick/tuidoist
- Owner: psethwick
- Created: 2023-08-11T10:06:22.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-04-21T18:42:18.000Z (about 1 year ago)
- Last Synced: 2025-02-13T22:37:19.239Z (3 months ago)
- Language: Go
- Size: 333 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tuidoist
A fast, efficient TUI todoist application for macOS, Linux, and Windows.
Inline help is available for key commands. Press `?` for more keys!
- Optimisticly updating UI (it's fast)
- Offline support with persistent storage (resyncs when you're back online)
- Most todoist features supported (Projects, filters, reschedule, etc)
### Getting started
Download binary from [here](https://github.com/psethwick/tuidoist/releases).
Alternatively, you can use the go toolchain:
```bash
go install github.com/psethwick/tuidoist
```On first startup it will ask for a todoist api key, which you can get from
[here](https://app.todoist.com/app/settings/integrations/developer).By default your api key is saved in your home directory. If you prefer you can
set `TUIDOIST_TOKEN` environment variable instead.### Thanks to the following projects:
- https://github.com/sachaos/todoist
- https://github.com/charmbracelet/bubbletea
- https://github.com/erikgeiser/promptkit
- https://github.com/charmbracelet/bubbles
- https://github.com/treilik/bubblelister
- https://github.com/mistakenelf/teacup
- https://github.com/charmbracelet/vhs### Contributing
- Bug reports: please open an issue, will do my best to address quickly
- Feature requests.. will be considered, open an issue!
- Pull requests: open an issue for discussion first before larger or
user-visible changes