Skip to content
/ mysides Public

A command line application for managing OS X Finder sidebar favourites

License

Notifications You must be signed in to change notification settings

mosen/mysides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysides

A simple CLI tool for Finder sidebar modification.

NOTE: I clobbered this together with very little experience in C/CoreFoundation, as a result the code may be horrible.

*NOTE: Using Versions 10.11 El Capitan or 10.12 Sierra, you can also use sfltool to achieve similar things. These options were removed in 10.13 High Sierra onwards *. Example:

$ sfltool add-item com.apple.LSSharedFileList.FavoriteItems file:///Path/To/Sidebar/Folder

Usage

List sidebar favorites items:

mysides list

Append a new item to the end of a list:

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

Insert a new item at the start of the list:

mysides insert example file:///Users/Shared/example

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.