2 pointsby stevanfreeborn4 hours ago1 comment
  • stevanfreeborn4 hours ago
    Hello HN,

    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!