Created
July 16, 2026 06:35
-
-
Save ochilab/e05b0d65155ec6ed3a6ad47f9b95c9e1 to your computer and use it in GitHub Desktop.
Mac:クイックアクションにFinderで開くを追加する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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