aboutsummaryrefslogtreecommitdiff
path: root/man/man1/han.1
blob: efa726450e9746db571db613412e65e7f528cde9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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 <tom@sanctum.geek.nz>