summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-12 16:45:22 -0500
committerJune McEnroe <june@causal.agency>2019-02-12 16:45:22 -0500
commit72c8f202f5fbcfea504673de90ef20ffe97330a0 (patch)
treea19ebde61493fb7367c5d3abb8ff59dae99a5d18 /bin/man1
parentUse a proper fread-realloc loop in hi (diff)
downloadsrc-72c8f202f5fbcfea504673de90ef20ffe97330a0.tar.gz
src-72c8f202f5fbcfea504673de90ef20ffe97330a0.zip
Unify *up scripts into one up.sh
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/up.160
1 files changed, 60 insertions, 0 deletions
diff --git a/bin/man1/up.1 b/bin/man1/up.1
new file mode 100644
index 00000000..f479b7ad
--- /dev/null
+++ b/bin/man1/up.1
@@ -0,0 +1,60 @@
+.Dd February 2, 2019
+.Dt UP 1
+.Os
+.
+.Sh NAME
+.Nm up
+.Nd upload file
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl hs
+.Op Ar file
+.
+.Sh DESCRIPTION
+.Nm
+uploads a file
+to temp.causal.agency with
+.Xr scp 1 .
+If no
+.Ar file
+is provided,
+standard input is read
+and uploaded as text.
+.
+.Pp
+The destination file name
+is chosen using
+.Xr date 1
+and
+.Xr openssl 1
+.Cm rand .
+The URL of the uploaded file is printed
+and copied to the pasteboard with
+.Xr pbcopy 1
+if available.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl h
+Use
+.Xr hi 1
+to produce an HTML file for upload.
+.It Fl s
+Use
+.Xr screencapture 1
+to produce a PNG file for upload.
+The file is optimized by
+.Xr pngo 1
+if available.
+.El
+.
+.Pp
+Any arguments after
+.Ql \-\-
+are passed to
+.Xr hi 1
+and
+.Xr screencapture 1 ,
+respectively.