mosen / mysides

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

Reed #1

Closed kaltekar closed 8 years ago

kaltekar commented 8 years ago

I cleaned up the code a little bit and fixed a few memory leaks.

I changed NSLog to printf to avoid unnecessary cruft in terminal output.

I cleaned up the list function to make it easier to read.

I also rewrote the help function to improve readability.

mosen commented 8 years ago

Thanks a bunch, the project was fairly untouched for a while and is written in my worst possible ObjC. I'll have to see what leaks were in there.