Skip to content

s-shin/atom-starred-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starred-projects package

NOTICE: This package is highly exprimental because of using dock system and a little hacking tree-view.

Features

⭐ View and open starred projects in the dock.

starred-projects-dock

NOTE: Since current atom version (v1.17.x) doesn't provide the ways to handle the layout of docks flexibly, we need to drag the dock or use pane commands (e.g. pane:split-down-and-move-active-item) in order to place it at our favorite position.

⭐ Star a project on the context menu of tree view.

context-menu

⭐ Commands

  • starred-projects:toggle: Show or hide the dock.
  • starred-projects:open: Open a starred project.
  • starred-projects:unstar: Unstar a project.

NOTE: starred-projects:star is currently an internal command. It will be displayed in the command palette but not work at all.