Skip to content

cinch push

cinch push reads from stdin and sends the content to the relay server.

Terminal window
<command> | cinch push
Terminal window
# Push text
echo "meeting notes" | cinch push
# Push file contents
cat report.csv | cinch push
# Push git diff
git diff HEAD~1 | cinch push
# Push command output
hostname | cinch push