The right tools can save you tons of time. One of these tools is LaunchBar. This post shows you how to be more productive as a developer with this little app.
Save Typing Time with Snippets
No matter if it's for an email or when coding: if you find yourself writing something again and again, you should create a "Snippet". You can then simply type a few characters from a Snippet's name - and LaunchBar automatically fills the text into the currently active textfield. [→ documentation]
![](https://www.git-tower.com/blog/media/pages/posts/launchbar-developer-tips/2cc357b39d-1739280356/snippets.gif)
Open in Terminal
As developers, we often need to perform commands in the Terminal. LaunchBar allows you to open a Terminal session in the current path - simply by pressing CMD + T.
Even better yet: you can directly perform a command on a selected file by pressing CMD+SHIFT+T. This is great e.g. for changing a file's permissions or opening it in Vim.
![](https://www.git-tower.com/blog/media/pages/posts/launchbar-developer-tips/2f8266b455-1739280356/terminal.gif)
Search Documentation
By creating a new indexing rule, you can extend LaunchBar's searching powers - e.g. onto your most frequented documentation. I added a custom "jQuery" web indexing rule that allows me to search the jQuery API documentation right from within LaunchBar: [→ documentation]
![](https://www.git-tower.com/blog/media/pages/posts/launchbar-developer-tips/2c3b398eef-1739280356/indexer.gif)
Browse - and Sort by Date
LaunchBar's browsing capabilities are great by themselves. However, with a simple trick, they can even get more useful: when drilling down into the contents of a folder with the right arrow key, keep CMD pressed. This will sort the folders contents by modification date. (Or use SHIFT+CMD+arrow right to sort by date added.)
![](https://www.git-tower.com/blog/media/pages/posts/launchbar-developer-tips/f677cd1c72-1739280356/browsing.gif)
Clipboard History
I've "lost" countless valuable clipboard contents by pressing CMD+C just a bit too quickly. Now, I've configured CMD+ALT+\ to show my last 10 clipboard entries with LaunchBar: [→ documentation]
![](https://www.git-tower.com/blog/media/pages/posts/launchbar-developer-tips/0a4a7fa9d4-1739280356/clipboard.gif)
Tower Repository Bookmarks
LaunchBar comes with direct integration for our Tower Git client. You can easily browse your repository bookmarks and open them directly from LaunchBar.
![](https://www.git-tower.com/blog/media/pages/posts/launchbar-developer-tips/6c20912cda-1739280356/tower.gif)