Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created July 16, 2026 06:35
Show Gist options
  • Select an option

  • Save ochilab/e05b0d65155ec6ed3a6ad47f9b95c9e1 to your computer and use it in GitHub Desktop.

Select an option

Save ochilab/e05b0d65155ec6ed3a6ad47f9b95c9e1 to your computer and use it in GitHub Desktop.
Mac:クイックアクションにFinderで開くを追加する
for folder in "$@"
do
open -a Terminal "$folder"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment