Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LeeDDHH
Last active September 7, 2021 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeeDDHH/fc5a6d20fef7d4e753041d12c8d33ad4 to your computer and use it in GitHub Desktop.
Save LeeDDHH/fc5a6d20fef7d4e753041d12c8d33ad4 to your computer and use it in GitHub Desktop.
macのautomatorで使っているあれこれを書く

実行方法

  • ワークフロー
    • shellscriptautomator コマンドを使って実行する
  • アプリケーション
    • automator を通さず実行する
  • クィックアクション
    • ショートカット指定して使える

今日の日付をshellスクリプトから取得

  • シェルスクリプトを実行 を選ぶ
date +%Y-%m-%d | tr -d '\n' | pbcopy

Finderで選択している項目を取得する

  • 選択されたFinder項目を取得 を選ぶ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment