Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active July 1, 2023 13:55
Show Gist options
  • Save mamemomonga/45e4be9a21169fa4753e57fb65c69e00 to your computer and use it in GitHub Desktop.
Save mamemomonga/45e4be9a21169fa4753e57fb65c69e00 to your computer and use it in GitHub Desktop.
リタイッツツール(macOS専用)
#!/bin/bash
set -eu
# リタイーツ ツール(macOS専用)
# [使い方]
# 1.リタイーツしたいメッセージをコピーする
# 2.retaittsuu.shを実行する
# 3.ペーストして投稿する
BUFFER=$(pbpaste)
pbcopy << EOS
♻リタイーツ
$BUFFER
EOS
echo "リタイーツの準備ができました。"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment