snippetbashTip
airpaste — Share messages and files on the same network using mDNS. More information: <https://github.com/mafin
Viewed 0 times
theairpastecommandfilesshareandclimessages
Problem
How to use the
airpaste command: Share messages and files on the same network using mDNS. More information: <https://github.com/mafintosh/airpaste>.Solution
airpaste — Share messages and files on the same network using mDNS. More information: <https://github.com/mafintosh/airpaste>.Wait for a message and display it when received:
airpasteSend text:
echo {{text}} | airpasteSend a file:
airpaste < {{path/to/file}}Receive a file:
airpaste > {{path/to/file}}Create or join a channel:
airpaste {{channel_name}}Code Snippets
Wait for a message and display it when received
airpasteSend text
echo {{text}} | airpasteSend a file
airpaste < {{path/to/file}}Receive a file
airpaste > {{path/to/file}}Create or join a channel
airpaste {{channel_name}}Context
tldr-pages: common/airpaste
Revisions (0)
No revisions yet.