Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to open man pages in BBEdit' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to open man pages in BBEdit
Authored by: yanokwa on Jan 04, '06 02:24:56PM
For some reason, zsh aliases aren't working with this command. Anyway, the function below works.

bman() { command man $* | col -b | bbedit - --view-top --separate-windows -t "$*"}


[ Reply to This | # ]