]> arthur.barton.de Git - pdfman.git/log
pdfman.git
4 days agoSuppress errors of the "man --version" command main
Alexander Barton [Mon, 27 May 2024 19:28:24 +0000 (21:28 +0200)]
Suppress errors of the "man --version" command

The man(1) command on macOS does not support any version output at
all, for example.

4 days agoAdd new "force mode" (-F)
Alexander Barton [Mon, 27 May 2024 19:28:03 +0000 (21:28 +0200)]
Add new "force mode" (-F)

4 days agoReformat --help output and support -h, too
Alexander Barton [Mon, 27 May 2024 19:26:51 +0000 (21:26 +0200)]
Reformat --help output and support -h, too

6 months agoAdd support for the "xdg-open" command
Alexander Barton [Wed, 1 Nov 2023 20:23:05 +0000 (21:23 +0100)]
Add support for the "xdg-open" command

6 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

6 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!

11 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

11 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 ...

11 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).

11 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

11 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