No description
  • Odin 97%
  • Makefile 3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 00:59:20 +01:00
issues add event log and a few other extras 2026-09-15 00:59:20 +01:00
tui move issue state stuff into it's own package 2026-09-14 21:47:16 +01:00
.gitignore initial commit 2026-09-14 17:39:55 +01:00
main.odin add event log and a few other extras 2026-09-15 00:59:20 +01:00
Makefile organise state to be more table driven 2026-09-15 00:16:46 +01:00
README implement simple issue tracker state 2026-09-14 17:54:00 +01:00

        __                          
.-----.|__|.-----.-----.--.--.-----.
|  _  ||  ||__ --|__ --|  |  |  -__|
|___  ||__||_____|_____|_____|_____|
|_____|                             

---

Simple personal issue tracker written in Odin. The intention is to drive it all
with a simple terminal user interface. That's not done yet, just a basic data
model really so far.

More to come (maybe).