Minimal TUI anime list that stays on your computer. Supports Kitsu integration.
- Go 99.7%
- Makefile 0.3%
| cli | Format, updated go version | |
| db | Format, updated go version | |
| helpers | Format, updated go version | |
| kitsu | Import from json | |
| man | Config for diff mode | |
| tui | Go fmt | |
| .gitignore | Rebranding | |
| go.mod | Why was main.go executable!? | |
| go.sum | Why was main.go executable!? | |
| keymap.go | tui: fix crash when editing anime in empty DB | |
| LICENSE | Initial commit | |
| main.go | Mode stack part 4 | |
| Makefile | Refactored CLI | |
| modestack.go | Mode stack part 4 | |
| README.md | Rewritten redme | |
Personal Anime list
Minimal TUI anime list that stays on your computer
Features
- Offline operation
- TUI and CLI
- Search anime from Kitsu
- Keep different computers synchronized without an internet connection
- Export in various formats, including HTML and Markdown tables to post in a personal homepage
TODO
- Improve the CLI: it's currently far behind the TUI
Written in Go, using Bubble Tea.