aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mked.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/mked.1df')
-rw-r--r--man/man1/mked.1df16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/mked.1df b/man/man1/mked.1df
new file mode 100644
index 00000000..202ba386
--- /dev/null
+++ b/man/man1/mked.1df
@@ -0,0 +1,16 @@
+.TH MKVI 1df "July 2018" "Manual page for mked"
+.SH NAME
+.B mked
+\- create paths to all argument files before invoking $EDITOR
+.SH SYNOPSIS
+.B mked
+file0 dir1/file1 dir2/subdir/file2
+.SH DESCRIPTION
+.B mked
+iterates through its arguments and creates the full paths to each of them
+before running $EDITOR 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>