From 79dfc83485bfb3a5d171513bcf581749bbe02cf7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 3 Jul 2018 17:07:38 +1200 Subject: Add mked(1df) and mkvi(1df) --- man/man1/mked.1df | 16 ++++++++++++++++ man/man1/mkvi.1df | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 man/man1/mked.1df create mode 100644 man/man1/mkvi.1df (limited to 'man') 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 diff --git a/man/man1/mkvi.1df b/man/man1/mkvi.1df new file mode 100644 index 00000000..f0f215d4 --- /dev/null +++ b/man/man1/mkvi.1df @@ -0,0 +1,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 -- cgit v1.2.3