OliverEvans96 / pdoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdoc

pdoc (payment documents) is a command-line invoice / receipt generator, which stores user/client/project info as yaml files, and produces PDFs via pdflatex from a simple template.

Configuration

The configuration path is ~/.config/pdoc/config.toml. Current options include:

  • data_dir - directory where produced yaml and PDF files are stored
    • must be an absolute path
    • ~ will be expanded to the current user's home directory

Dependencies

This program requires latexmk to be available on the system to render PDFs (via the texrender crate).

About

License:MIT License


Languages

Language:Rust 66.7%Language:TeX 30.5%Language:Nix 2.9%