mosen / mysides

A command line application for managing OS X Finder sidebar favourites
MIT License
226 stars 29 forks source link

How to install #19

Open soupman99 opened 5 years ago

soupman99 commented 5 years ago

How do I install this?

vasquesbc commented 5 years ago

download & Install the provided package? https://github.com/mosen/mysides/releases

benswinburne commented 5 years ago

Another way is build it yourself.

You can build it manually and copy the built file into somewhere on your path. For example, assuming /usr/local/bin/ is in your path

git clone mosen/mysides
cd mysides
make build

You can then use it directly from build/Release whenever you're in that directory

build/Release/mysides list

Or you can copy it to your path so you can use it from anywhere

cp build/Release/mysides /usr/local/bin/
mysides list
vors commented 5 years ago

Would be nice to have it in brew

jamesdh commented 5 years ago

@vors see Homebrew/homebrew-cask#61139 @soupman99 see #21