summaryrefslogtreecommitdiff
path: root/menu/input.go
AgeCommit message (Collapse)Author
2026-05-02* fix infinite loop on not foundewy
* add bash tab completion script (will have install option in the future) * add search to tui (bound to / and ?)
2026-04-29big stuffewy
* send empty screen after tui confirmation * add scroll view / viewport * auto enable scroll view on short terminals * add motd tips * add subdirs as categories * add inline toggle hotkey (i)
2026-04-17allow left/right (h/l) to leap through sources instead of going one by oneewy
2026-04-14move input to separate fileewy