Skip to content

Instantly share code, notes, and snippets.

@reidcooper
Created March 27, 2020 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reidcooper/d15fe923518ef30e53aa54db0d248759 to your computer and use it in GitHub Desktop.
Save reidcooper/d15fe923518ef30e53aa54db0d248759 to your computer and use it in GitHub Desktop.
Bitbar - Open up Finder Window
#!/bin/bash
echo "⌘ | bash=$0 param1=finder terminal=false"
echo '---'
if [[ "$1" == 'finder' ]] ; then
open /Users/reidcooper -a /System/Library/CoreServices/Finder.app
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment