aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/vis.116
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/vis.1 b/man/man1/vis.1
new file mode 100644
index 00000000..fe9f340b
--- /dev/null
+++ b/man/man1/vis.1
@@ -0,0 +1,16 @@
+.TH VIS 1 "November 2015" "Manual page for vis"
+.SH NAME
+.B vis
+\- run vis(1) over multiple files
+.SH SYNOPSIS
+.B vis [EDITOR_OPTS] [--] FILE1 [FILE2...]
+.SH DESCRIPTION
+Create and edit executable scripts in a directory VISPATH (defaults to
+~/.local/bin). Makes any created files executable for convenience.
+.P
+ $ vis myscript
+ $ vis myscript newscript
+ $ EDITOR=vim vis -O tabone tabtwo
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
+