Beautiful man pages on #OpenBSD with bat ๐ฑ$ doas pkg_add bat$ man pf.conf | bat -pl man
Uncategorized
2
Posts
2
Posters
2
Views
-
Beautiful man pages on #OpenBSD with bat ๐ฑ
$ doas pkg_add bat
$ man pf.conf | bat -pl man -
Beautiful man pages on #OpenBSD with bat ๐ฑ
$ doas pkg_add bat
$ man pf.conf | bat -pl manI have the following set in my.kshrcto do exactly that.# coloured man pages
man() {
sh -c "man '$@' | col -bx | bat -l man"
} -
undefined stefano@mastodon.bsd.cafe shared this topic