Skip to content

Instantly share code, notes, and snippets.

View mauriciabad's full-sized avatar
🤿
Coding or snorkeling, it depends

Maurici Abad Gutierrez mauriciabad

🤿
Coding or snorkeling, it depends
View GitHub Profile
@mauriciabad
mauriciabad / GitCloneHere.sh
Last active October 30, 2020 19:40
Git clone repository here and open with vs code mac macos repo folder automator service
#!/usr/bin/env bash
# Use this to quickly create a git repo in a Mac Finder folder
#
# You need to create an Automator service:
# - Open Automator, choose to create a new Service
# - At the top, select Service receives selected "Folders" in "Finder"
# - From the list at the left, choose Library/Utilities, then drag the
# Run Shell Script action to the workarea
# - Paste the script below into the script area