My list:

  • A privacy respecting Dating platform.
  • A good 2D CAD program capable of dealing with DWG files.

Please don’t post a huge list of games. That would belong in another post. since there are many good ones already.

  • jsgohac
    link
    fedilink
    arrow-up
    3
    ·
    4 years ago

    here is my quick and dirty working bash example. might try for a csv/ods solution which is a bigger need for me.

    #!/bin/sh
    
    pandoc -i $1 -o $1.pdf --pdf-engine=wkhtmltopdf
    mupdf $1.pdf
    rm $1.pdf