aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mim.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-10 00:44:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-10 00:44:01 +1200
commit5dc8987fadcc7e2833a1ba3dd058d01328ea173a (patch)
treeae325a60872effaa5412c089cc45db8951436ae8 /man/man1/mim.1df
parentMerge branch 'release/v0.49.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-5dc8987fadcc7e2833a1ba3dd058d01328ea173a.tar.gz
dotfiles-5dc8987fadcc7e2833a1ba3dd058d01328ea173a.zip
Merge branch 'release/v0.50.0'v0.50.0
* release/v0.50.0: Bump VERSION Update redact_pass.vim plugin again Update redact_pass.vim plugin Update copy_linebreak plugin Set some more 'listchars' options Replace mail_mutt.vim with mim(1df) Include .gvimrc patterns for vim filetype
Diffstat (limited to 'man/man1/mim.1df')
-rw-r--r--man/man1/mim.1df20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/man1/mim.1df b/man/man1/mim.1df
new file mode 100644
index 00000000..e70c7fa5
--- /dev/null
+++ b/man/man1/mim.1df
@@ -0,0 +1,20 @@
+.TH MIM 1df "June 2018" "Manual page for mim"
+.SH NAME
+.B mim
+\- start a new Mutt message with the input
+.SH SYNOPSIS
+.B mim
+file1 [file2 ...]
+.br
+curl http://example.net/ |
+.B mim
+.SH DESCRIPTION
+.B mim
+takes all its input and puts it into a temporary file for mutt(1) to read with
+its -i option, redirecting the terminal input appropriately. This allows you to
+concatenate or pipe input straight into a new Mutt message.
+.P
+The author wrote it so that he could use ! and :! commands in Vim with it, to
+email sections of buffers to people conveniently.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>