aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ix.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-26 16:46:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-26 16:46:44 +1300
commit61fa2a0c748537532eb5e5a3e19fbe4cd3eaa01c (patch)
tree3ca4e973e8ae0e42b2c7a09e7b2a965bef8a3408 /man/man1/ix.1df
parentSeparate args from cmd in loc(1df) manpage (diff)
downloaddotfiles-61fa2a0c748537532eb5e5a3e19fbe4cd3eaa01c.tar.gz
dotfiles-61fa2a0c748537532eb5e5a3e19fbe4cd3eaa01c.zip
Switch to using ix.io pastebin
Diffstat (limited to 'man/man1/ix.1df')
-rw-r--r--man/man1/ix.1df23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/man1/ix.1df b/man/man1/ix.1df
new file mode 100644
index 00000000..3ce86e96
--- /dev/null
+++ b/man/man1/ix.1df
@@ -0,0 +1,23 @@
+.TH IX 1df "December 2016" "Manual page for ix"
+.SH NAME
+.B ix
+\- post input to ix.io pastebin and print the URL to stdout
+.SH SYNOPSIS
+.B ix
+file
+.br
+.B ix
+file1 file2 file3
+.br
+declare -p |
+.B ix
+.SH DESCRIPTION
+.B ix
+uses curl(1) to make an HTTP POST request submitting all of its input (whether
+files or stdin) to the ix.io pastebin.
+.SH SEE ALSO
+curl(1)
+.br
+http://ix.io/
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>