new shell function for man

master
Mr. Robot 3 years ago committed by GitHub
parent 463e7ce77e
commit 84180841d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 @@
}
]
}
}
}

Loading…
Cancel
Save