Skip to content

simple tui app to list and frequently visited files like conf, project, etc.

Notifications You must be signed in to change notification settings

Horryportier/openup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenUp


install | unistall | keybinds

About

this is simple tui for opening project, config, etc files.

How to use

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]

Installation:

Linux:

git clone github.com/Horryportier/openup@latest 
cd openup
go install .

Uninstall:

Linux:

   rm -rf ~/.openup
   rm ~/go/bin/openup

To implement

  • lunch tmux/kitty session
  • help for all views

keybinds

  • standard bubbletea list bindings
  • change existing item {C} not working
  • delete item {D}
  • add item {A}
  • change editor {E}

About

simple tui app to list and frequently visited files like conf, project, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages