TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

open -a Finder ./

2 pointsby leighmccullochover 10 years ago
This is, I believe, a seriously under-used command by engineers and Terminal ninjas. Whether you want a Finder window, Sublime, TextMate, SourceTree or any flavor of app that works on files or directories, `open -a [App Name] ./` smooths out a workflow that would otherwise involve Spotlight Search -> File -> Open -> Navigation -> Click. Gets even faster with `alias oa='open -a'` in your ~/.bash_profile.

no comments

no comments