← 返回命令列表

Linux command

airpaste 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start

airpaste

Example

echo "Hello" | airpaste

Example

airpaste < [file.txt]

Example

airpaste > [received.txt]

说明

airpaste is a peer-to-peer network clipboard sharing tool. It uses mDNS (multicast DNS) for discovery and TCP for data transfer, allowing instant text sharing between devices on the same local network without configuration. When you pipe data to airpaste, it broadcasts availability. Other instances of airpaste on the network automatically receive the data. It works across different operating systems and requires no server setup.

参数

-h, --help
Display help information
-v, --version
Display version information

FAQ

What is the airpaste command used for?

airpaste is a peer-to-peer network clipboard sharing tool. It uses mDNS (multicast DNS) for discovery and TCP for data transfer, allowing instant text sharing between devices on the same local network without configuration. When you pipe data to airpaste, it broadcasts availability. Other instances of airpaste on the network automatically receive the data. It works across different operating systems and requires no server setup.

How do I run a basic airpaste example?

Run `airpaste` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -h, --help do in airpaste?

Display help information