From fee7fdd43f2473b750489d10e4b8ed46619fac16 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 May 2015 16:26:32 +1200 Subject: Add han(1) --- man/han.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 man/han.1 (limited to 'man') diff --git a/man/han.1 b/man/han.1 new file mode 100644 index 00000000..8bb65be4 --- /dev/null +++ b/man/han.1 @@ -0,0 +1,18 @@ +.TH HAN 1 "May 2015" "Manual page for han" +.SH NAME +.B han +\- try running builtin help, then man(1) +.SH SYNOPSIS +.B han +.I (HELPTOPIC | MANARGS...) +.SH DESCRIPTION +If called with a single argument, try running the help builtin for the given +keyword, writing its output to a file. If it succeeds, show that. If not, pass +the call to man(1). +.P +This was written so it could be used as a 'keywordprg' in Vim for Bash files; +you can then use the K normal-mode binding over both shell builtins (e.g. read, +set, export) and external programs (e.g. cat(1), grep(1), ed(1)). +.SH AUTHOR +Tom Ryder + -- cgit v1.2.3