From 84180841d566be10d0638fdcac8d369c8a8a7169 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Sun, 28 Feb 2021 21:02:27 +0100 Subject: [PATCH] new shell function for man --- data/man.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/man.json b/data/man.json index 0ccfe8f..15b69d3 100644 --- a/data/man.json +++ b/data/man.json @@ -4,6 +4,10 @@ "shell": [ { "code": "man man\n!/bin/sh\n" + }, + { + "description": "This only works for GNU 'man' and requires GNU 'troff' to be installed.", + "code": "man '-H/bin/sh #' man\n" } ], "file-read": [ @@ -17,4 +21,4 @@ } ] } -} \ No newline at end of file +}