I built Term Tier because I wanted a way to organize and rank items without leaving my terminal. It is a TUI tier list maker written in Go using the Bubble Tea framework.
Key features:
Vim-like navigation (h/j/k/l)
Drag and drop style reordering within the terminal
Save/Load functionality (persistence) to JSON
I built this to practice state management in Bubble Tea and because I found existing web-based tier list makers too bloated for simple ranking tasks.
The code is open source (GPLv3), and binaries are available in the releases. I would love to hear your feedback on the UX or the code structure!
stevanfreeborn•2h ago
I built Term Tier because I wanted a way to organize and rank items without leaving my terminal. It is a TUI tier list maker written in Go using the Bubble Tea framework.
Key features:
I built this to practice state management in Bubble Tea and because I found existing web-based tier list makers too bloated for simple ranking tasks.The code is open source (GPLv3), and binaries are available in the releases. I would love to hear your feedback on the UX or the code structure!