sharing-text

Installation
SKILL.md

Pushover로 텍스트 공유

macOS/NixOS 터미널에서 iPhone으로 텍스트를 공유하는 방법입니다.

핵심 명령어

터미널에서 push 함수를 사용하여 텍스트를 Pushover로 iPhone에 전송합니다.

# 직접 텍스트 입력
push "복사할 텍스트"
push "https://github.com/user/repo"

# 파이프 입력 (Unix-like)
echo "hello" | push
cat file.txt | push
hostname -I | awk '{print $1}' | push
Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 15, 2026