aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mkvi.1df
blob: 0ff33e84b8c06498b5a9d9fb20d43fbbab5c2ae5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH MKVI 1df "July 2018" "Manual page for mkvi"
.SH NAME
.B mkvi
\- create paths to all argument files before invoking $VISUAL
.SH SYNOPSIS
.B mkvi
file0 dir1/file1 dir2/subdir/file2
.SH DESCRIPTION
.B mkvi
iterates through its arguments and creates the full paths to each of them
before running $VISUAL with the same arguments.  If the directory creation
fails, the script stops before invoking the editor.
.SH SEE ALSO
mked(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>