1
0
Fork
You've already forked PersonalAnimeList
0
Minimal TUI anime list that stays on your computer. Supports Kitsu integration.
  • Go 99.7%
  • Makefile 0.3%
Find a file
2025年07月23日 17:05:37 +02:00
cli Format, updated go version 2025年07月17日 21:35:47 +02:00
db Format, updated go version 2025年07月17日 21:35:47 +02:00
helpers Format, updated go version 2025年07月17日 21:35:47 +02:00
kitsu Import from json 2024年12月22日 18:54:40 +01:00
man Config for diff mode 2025年02月01日 12:43:28 +01:00
tui Go fmt 2024年12月18日 15:28:37 +01:00
.gitignore Rebranding 2024年05月14日 08:53:39 +02:00
go.mod Why was main.go executable!? 2025年02月01日 03:05:59 +01:00
go.sum Why was main.go executable!? 2025年02月01日 03:05:59 +01:00
keymap.go tui: fix crash when editing anime in empty DB 2025年07月23日 17:05:37 +02:00
LICENSE Initial commit 2024年05月14日 08:53:39 +02:00
main.go Mode stack part 4 2025年07月18日 01:08:54 +02:00
Makefile Refactored CLI 2025年02月01日 04:40:16 +01:00
modestack.go Mode stack part 4 2025年07月18日 01:08:54 +02:00
README.md Rewritten redme 2025年02月02日 11:38:03 +01:00

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.