Skip to content
forked from kalip2/mysides

A command line application for managing OS X Finder sidebar favourites

License

Notifications You must be signed in to change notification settings

elliotnev27/mysides

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysides

A simple CLI tool for Finder Sidebar modification.

Usage

List sidebar favorites items:

mysides list

Append a new item to the end of a list:

mysides add example file:///Users/Shared/example

Remove all sidebar favorites

mysides clear

Remove the item (by name):

mysides remove example

Credits

portions (l) copyleft 2011 Adam Strzelecki nanoant.com without whom I would not know much about the LSSharedFileList API.

About

A command line application for managing OS X Finder sidebar favourites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 84.9%
  • Makefile 15.1%