]> arthur.ath.cx Git - pdfman.git/log
pdfman.git
5 months agoAdd support for the "xdg-open" command main
Alexander Barton [Wed, 1 Nov 2023 20:23:05 +0000 (21:23 +0100)]
Add support for the "xdg-open" command

5 months agoREADME.md: Add a prerequisites and a hints section
Alexander Barton [Wed, 1 Nov 2023 19:46:47 +0000 (20:46 +0100)]
README.md: Add a prerequisites and a hints section

5 months agoAdd support for ps2pdf(1) command of the Ghostscript suite
Alexander Barton [Wed, 1 Nov 2023 19:44:24 +0000 (20:44 +0100)]
Add support for ps2pdf(1) command of the Ghostscript suite

This not only makes this script useful on Linux and BSD systems but is
important on current macOS systems as well, as Apple dropped PostScript
support from macOS starting with version 14, "Sonoma", and no longer
ships a `pstopdf` command with the system!

10 months agoFix handling of compressed manual pages
Alexander Barton [Fri, 30 Jun 2023 12:39:30 +0000 (14:39 +0200)]
Fix handling of compressed manual pages

10 months agoEnhance verboose log messages a bit ...
Alexander Barton [Fri, 30 Jun 2023 12:39:14 +0000 (14:39 +0200)]
Enhance verboose log messages a bit ...

10 months agoUse bash and fix shellcheck warnings
Alexander Barton [Fri, 30 Jun 2023 12:29:36 +0000 (14:29 +0200)]
Use bash and fix shellcheck warnings

We need to use bash, because the "-ot" test is not defined in POSIX sh.
And fix quite a few other shellcheck warnings (but mute SC2250 "Prefer
putting braces around variable references even when not strictly
required" for now).

10 months agoAdd license, documentation and build system files
Alexander Barton [Fri, 30 Jun 2023 12:29:11 +0000 (14:29 +0200)]
Add license, documentation and build system files

10 months agoInitial import of the existing "pdfman" script
Alexander Barton [Fri, 30 Jun 2023 12:12:52 +0000 (14:12 +0200)]
Initial import of the existing "pdfman" script