Skip to content

Instantly share code, notes, and snippets.

@tooolbox
Last active April 9, 2020 03:00
Show Gist options
  • Save tooolbox/2d9314372d06fd6c923aee00f9854756 to your computer and use it in GitHub Desktop.
Save tooolbox/2d9314372d06fd6c923aee00f9854756 to your computer and use it in GitHub Desktop.
Script for launching Chime from the command line
#! /bin/sh
# Copy to /usr/local/bin/chime
# Use:
# cd my-project
# chime .
open -a /Applications/Chime.app/Contents/MacOS/Chime $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment