this is simple tui for opening project, config, etc files.
flowchart TD;
O[type openup in terminal]--> A[in app]
A--> B[Press `A` to add new item]
A--> C[Press `D` to delete item]
A--> D[Press `E` to change editor]
A--> F[Press `C` to change item]
A--> E[Press `enter` to open file]
git clone github.com/Horryportier/openup@latest
cd openup
go install .
rm -rf ~/.openup
rm ~/go/bin/openup
- lunch tmux/kitty session
- help for all views
- standard bubbletea list bindings
- change existing item {C} not working
- delete item {D}
- add item {A}
- change editor {E}