sharing-text

Send terminal text to an iPhone via the Pushover API.

4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/greenheadHQ/nixos-config --skill sharing-text
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sharing-text
Source: https://github.com/greenheadHQ/nixos-config/tree/main/.claude/skills/sharing-text
Command: npx skills add https://github.com/greenheadHQ/nixos-config --skill sharing-text

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Share text from terminal to iPhone via Pushover push function.

Core Features & Use Cases

  • Direct text push from terminal to iPhone.
  • Pipe input or read from tmux buffer, enabling easy sharing of commands, URLs, or logs.
  • Works with macOS and NixOS environments; credentials are stored at ~/.config/pushover/claude-code and loaded by push().

Quick Start

Call push with your text or pipe input to send a notification to your iPhone via Pushover.

Frequently Asked Questions about sharing-text

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I push terminal text to my iPhone using Pushover?▼

You can push terminal text to your iPhone by calling a local push() function with direct text or piped input, which sends a notification via the Pushover API using credentials stored locally.

Can I share tmux buffer content directly to my phone from the command line?▼

Yes, you can share tmux buffer content by reading from the tmux buffer and passing it to the push function, which forwards the text as a Pushover notification to your iPhone.

Does the Pushover terminal push function work on both macOS and NixOS?▼

Yes, the push function supports both macOS and NixOS environments, allowing you to send terminal text to your iPhone across these operating systems using the same credential configuration.

Where do I store Pushover API credentials for sending terminal notifications?▼

Pushover API credentials must be stored at ~/.config/pushover/claude-code. The push function loads these credentials to authenticate and send text notifications to your iPhone.

What is the best way to send command output or logs from a remote terminal to my phone?▼

The best way to send command output or logs is by piping the input directly into the push function, which transmits the terminal text as a Pushover notification to your iPhone instantly.

Do I need to install any dependencies to share terminal text via Pushover?▼

No external dependencies are required beyond the local push function and valid Pushover API credentials stored at ~/.config/pushover/claude-code to start sharing terminal text to your iPhone.