Essential Mac OSX apps
My brother recently bought a new Macbook. His purchase has given me incentive to write this (just point him, and others here when they’ve just bought a new mac).
Obviously, not everyone is going to want all the same applications as me, so I’ve grouped them into categories. If you don’t do any development or design, then obviously disregard those respective sections.
Everything is freeware or open source unless otherwise specified.
If you have a need that isn’t filled by these apps, then check out iusethis.
Find recently modified files
I found this handy when trying to find what parts of typo I had modified (yes, I should really have used svn… maybe next time)
find * -type f -newer /path/to/file
Will find all files in that directory newer than /path/to/file
Older posts: 1 2




