#ibmfonts — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ibmfonts, aggregated by home.social.
-
#FreeBSD users can get a #port of #dos2ansi v1.4 here, patch applies to the ports tree with `git am` (hint, use a local git branch to avoid cluttering your `main`):
https://people.freebsd.org/~zirias/patches/0001-textproc-dos2ansi-Add-new-port.patchThe port comes in two flavors: "nox11" makes #showansi optional and doesn't add any dependencies. "x11" (the default flavor) always includes showansi and adds runtime dependencies to #xterm and #ibmfonts, so the default configuration of showansi works out of the box.
Still unsure whether I should add it to the official ports tree .... 🤔
-
I'm about to prepare yet another release, #dos2ansi v1.3.
Finding these bitmap fonts triggered two things:
1. I realized dos2ansi needs a mode to NOT attempt to mimic #VGA looks by chosing more similarly looking characters: A font recreating the orignal IBM fonts probably won't have glyphs for these other characters (and the original ones will look, well, original 😜 ...)
2. It gave me the idea that I now had everything in place for some sort of "ANSI viewer", just needs a script to tie together dos2ansi, #xterm, #less and the #ibmfonts. So, here it is: showansi. It should work with other X terminals, pagers, fonts, for configuration see the updated README:
https://github.com/Zirias/dos2ansiThe script first calls dos2ansi to query some #SAUCE metadata it then uses to pick the most appropriate font, window size and title for xterm.
The screenshot uses completely unconfigured Xorg and xterm, to show the script sets everything as needed.