Skip to content

Instantly share code, notes, and snippets.

@hoangnamitc
Last active April 12, 2022 02:10
Show Gist options
  • Save hoangnamitc/18648b40fea0d245cf6e71bfd285f4f6 to your computer and use it in GitHub Desktop.
Save hoangnamitc/18648b40fea0d245cf6e71bfd285f4f6 to your computer and use it in GitHub Desktop.
- Mở Automator
- Quick Action
- Tạo mới "Service"
- Thêm một action "Run Shell Script"
- Mục Workflow receives current bạn chọn: "files or folders" in "Finder"
- Mục Run Shell Script:
+ Shell chọn: /bin/bash
+ Pass input chọn: as arguments
+ nội dung nhập:
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -a "$@"
- Trong đó:
-a : thêm vào với cửa sổ hiện tại
-n : Mở với cửa sổ mới
- Lưu với tên: Open in Sublime
--- DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment