Registers File->Favorites
menu with commands that allows you to create shortcuts to favorite files and folders.
Install
apm install favorites
Settings
File->Favorites->Configure
will direct to settings section in config.cson
.
favorites:paths: ["topic:Dev" # Define category"/main.js""/README.md""topic:Other""name:Note&s|/notes.txt" # Rename favorite. Specify accelerator key with '&'"key:alt-d|/Downloads" # Assign shortcut key"topic:Scripts""name:diff|key:alt-s d|/scripts/diff.sh""name:undiff|key:alt-s u|/scripts/undiff.sh"]menuLocation: "F&avorites"showInCommandPalette: falseshowInContextMenus: true
See Atom key combinations for more key-binding details.
Options
Known Issues
Path not found in tree view
errors due to wrong case or other mismatches. Make sure favorites are always added with 'Add to favorites' command.License
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.