What must have tools/apps/utilities are recommended for OS X in general, and for a developer using that platform specifically?
|
|
My list would be:
|
||||
|
|
|
Definitely get Quicksilver. Even if you just use it as an application launcher, it makes things so much easier you'll be annoyed on any computer that doesn't have it. |
||||
|
|
|
I use TextMate for editing of text files. It does syntax highlighting for a number of languages. I use it for Ruby on Rails and it handles the highlighting for Ruby, HTML, etc. |
|||
|
|
|
|
MacPorts - gives easy access to virtually all the major open source projects out there. Installing something is as simple as:
|
|||
|
|
|
|
MacVim is a great port of the vim text editor. It's free, open-source, very powerful, and works with about any language you throw at it. |
|||
|
|
|
|
Xcode comes on your OS X install disc and is very popular. Eclipse is the other very popular cross platform development environment. VirualBox is a free virtual OS host so you could use that to run any linux flavor you wish, possibly to mirror the setup of your target system or server, depending on the type of development you are doing. http://changesapp.com/ is an awesome diff tool to determine file changes between two folders. It is imperative for comparing source code that isn't in a system like svn or git. I like it a lot more than the diff tool that comes with Xcode. http://tuppis.com/smultron/ is what I use for editing source files I don't want to take the time to open in an IDE. It is quick and lightweight and does good keyword highlighting. Lastly is Bean. A lightweight quick and easy rich text editor. Just what you need for quick notes, lists, memos, whatever. http://www.bean-osx.com/Bean.html |
|||
|
|
|
|
OmniGraffle is an excellent vector drawing tool that's also highly capable for DOT graphs and UML. If you like OmniGraffle be sure to check out Graffletopia. |
|||
|
|
MacPorts or Fink are both decent choices for easy installs, but as a developer it is sometime necessary to just install the software that you really need on your own. On the Mac, I'd say my favorite apps from a developer perspective are XCode, iTerm and Smultron. You probably want to check out http://osx.iusethis.com/ though and see what the cool kids are using. |
|||
|
|
Behind a pane of glass that says Break In Case of Emergency : VMWare Fusion + OS from which you switched away. (if indeed it was *nix or Windows ... don't think Beos is supported quite yet) |
|||
|
|
|
|
Glims for Safari NTFS-3G for OS X adds write-access for NTFS volumes Forklift (Alternative to Finder) SubEthaEdit (really good editor) Cyberduck FTP Client istats System informations in the menu bar |
|||
|
|
Versions for SVN |
|||
|
|
|
|
Don't forget to get AppZapper to get rid of application preferences, support files, caches, etc. that will probably be left behind if you choose to delete some of the apps suggested in here :). |
|||
|
|
|
|
GrandPerspective is really nice for finding those huge files or directories you didn't know about. |
|||
|
|
|
|
I really like iStat Menu -- it allows you to display all kinds of geeky metrics in your menu bar, such as CPU temperatures, bandwidth activity, network activity, fan status, memory usage, etc. There are Widget and Application forms of that as well. |
|||
|
|
|
|
GeekTool. It lets you run Unix programs at regular intervals, then overlay their output on your desktop. |
|||
|
|
|
|
Coda If you're a web developer. It provides project workspaces, SubEthaEdit's networked text editor, Transmit's FTP code, a CSS editor, terminal, browser (WebKit), and some reference books. Each tab of your editor can switch to any of these modes. It's my home base. |
|||
|
|
|
|
TextWrangler is a good simple text editor. Skim for viewing pdfs Omingraffle ($) is good for drawing. |
|||
|
|
|
|
NetNewsWire for RSS/Atom, used to charge but now it's free. Best reader there is. |
|||
|
|
|
|
MAMP - quick way to setup an up-to-date development server with Apache, MySQL, and PHP. |
|||
|
|
|
|
Not a development tool as such, but I love Transmit for FTP. |
|||
|
|
|
|
Here's some of mine:
|
|||
|
|
|
|
|
|||
|
|
|
|
Hey Mac, you might want to check out BBEdit. It is a really nice editor - not free but really nice. |
|||
|
|
Textmate is nice, but if you've used Emacs before and miss it there's a very good port: Other than that, if you're using a laptop get to learn Spaces well - it's invaluable. There are some configuration options that can make it behave generally how you would like. You might get better answers if you would add specifics as to what language(s) you are planning to develop with. |
|||
|
|
|
|
Kendall mentions Aquamacs, but personally, I would recommend Carbon Emacs as the best Emacs port for OSX. |
|||
|
|
|
|
I love to use Witch for switching back and forth between documents, not windows. You'll find it useful for lots of applications that are document based. Caffeine is great too, keeps your screensaver at bay while it's on. Seashore for those quick image edits without Photoshop. And of course, TextMate |
|||
|
|
|
|
You should register as a developer at http://developer.apple.com/ where you then can get tools and sample code. |
|||
|
|
|
|
BBEdit, OmniGraffle, GraphicConverter, VMWare Fusion, AppDelete, GrandPerspective If you code Oracle then: instantclient10_1, JDeveloper If you code XSLT then: Oxygen |
|||
|
|
|
|
Some of these tools are free. However, for the ones that aren't follow Mac blogs, and take advantage of the bundle discounts. They are controversial as an ISV, but they are usually great deals for users. |
|||
|
|
|
|
Since you mention that you've just switched to Mac, I'll mention XCode. It is THE developers tool for Mac and it's free from your install disks. Not only does it include the IDE and Cocoa frameworks, but almost all of the traditional unix/gnu programming tools you can think of. |
|||
|
|
