Skip to content
/ openup Public
forked from Horryportier/openup

simple tui app to list and frequently visited files like conf, project, etc. (Forked from Horryportier)

Notifications You must be signed in to change notification settings

nkxxll/openup

 
 

Repository files navigation

OpenUp


About

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

How to use

When you open this up u gonna have view of empty list. Only thing u need to do is pressing A which will give you ability to add item to the list. Simply type out Title path to your file or directory of choice. Then you are hit enter while hovering over file u want to open and it will open it in your editor of choice that you can change by pressing E. ___ ___

Installation:

Linux:

  1. Clone repo:
   git clone https://github.com/Horryportier/openup
   cd openup
  1. execute install script.
chmod +x install.sh

./install.sh

To implement

  • Adding/delting items
  • adding data to json
  • choice of editor
  • un/install script
  • better style
  • changing existing item
  • choice to switch to dir or stay in one you opened the app

Maybe

  • custom key binds

keybinds (may change)

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

About

simple tui app to list and frequently visited files like conf, project, etc. (Forked from Horryportier)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.6%
  • Shell 6.4%