Skip to content

v1.1.0

Compare
Choose a tag to compare
@Antiz96 Antiz96 released this 20 Sep 23:23
· 73 commits to main since this release
fe97cac
  • New feature: The -o/--output flag allows you to save the PDF converted man page to a file of your choice (resquested in #15 by @SomethingGeneric)
zaman -o ls ~/Documents/man/ls.pdf
  • New feature: The -O/--save flag allows you to quickly save the PDF converted man page to a local file named man_<command>.pdf (resquested in #15 by @SomethingGeneric)

You can either select the man page to save as a PDF file via the dmenu list:

zaman -O

Or you can specify the man page to save as a PDF file directly in the command:

zaman -O ls
  • Added the -o/-O flags' documentation in both README.md and the zaman man page.

  • Added various little improvements to the script.