project-manager

Project directory management for macOS
git clone git://git.lair.cx/project-manager
Log | Files | Refs | README | LICENSE

README (829B)


      1 Project manager for macOS
      2 
      3 Maybe unstable. Use at your own risk.
      4 
      5 # Usage
      6 
      7 Save this file to `~/.config/ybkimm/project-manager.json`.
      8 
      9 ```
     10 {
     11         "projects": "/Users/ybkimm/Dropbox/Development/Projects",
     12         "actives": "/Users/ybkimm/Dropbox/Development/ActiveProjects",
     13         "archives": "/Users/ybkimm/Dropbox/Development/ArchivedProjects"
     14 }
     15 ```
     16 
     17 Done! Now you can use `project-manager` command.
     18 
     19 ```
     20 $ project-manager
     21 
     22     Projects
     23 
     24     > [x] project 1
     25       [ ] project 2
     26       [x] project 3
     27 
     28 ```
     29 
     30 ## Controls
     31 
     32 - `Up`/`Down`: Move up/down
     33 - `Left/Right`: Move to the previous/next page
     34 - `Space`: Toggle active/inactive
     35 - `Enter`: Open the project
     36 - `Esc`: Cancel current action, Quit and save
     37 - `Ctrl + C`: Quit without saving
     38 - `/`: Search
     39 
     40 # Contact
     41 
     42 Please send me an email to <iam@yongbin.kim>.
     43 
     44 # License
     45 
     46 MIT