aboutsummaryrefslogtreecommitdiff
path: root/man/man1/vis.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-11-13 13:19:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-11-13 13:19:28 +1300
commit385f5e0c9a4a1c8f3bea49669118d599229bbf15 (patch)
tree350336390957c5a2369c243878c33ca0a6fe4edb /man/man1/vis.1
parentUpdate plugin (diff)
downloaddotfiles-385f5e0c9a4a1c8f3bea49669118d599229bbf15.tar.gz
dotfiles-385f5e0c9a4a1c8f3bea49669118d599229bbf15.zip
Add vis(1) script editor
Diffstat (limited to 'man/man1/vis.1')
-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>
+