-
-
Save monakez/00cfa58c3a4020d074d68001dcd204a1 to your computer and use it in GitHub Desktop.
Revisions
-
RichardBronosky created this gist
Mar 4, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/usr/bin/env bash set -eu cache_file="/tmp/pager.cache" [[ ! -p "$cache_file" ]] && touch "$cache_file" && trap "rm $cache_file" 0 cat > "$cache_file" vim -R -c "terminal cat $cache_file"