This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# All my gist code is licensed under the MIT license. | |
# Add this somewhere in your .bashrc | |
# groff-preview-terminal | |
# - previews roff file in the terminal | |
# - uses grog to figure out needed preprocessor and macros | |
# - sends to terminal output by passing -Tutf8 and then to a pager |