claw icon indicating copy to clipboard operation
claw copied to clipboard

Command Line Law - Contract management for developers | lawyers

Results 15 claw issues
Sort by recently updated
recently updated
newest added

We should allow users to produce digital signatures of the markdown and/or of the pdf. Related https://github.com/CoinCulture/claw/issues/31

Signatures actually shouldn't be part of the same pdf document, since once you sign it you can't check that its the same document as before (unless you use eg. pdf-diff,...

Need to ensure PDF is reproducible across builds. We should also add a dockerfile with [pdf diff](https://github.com/vslavik/diff-pdf) (or add it to the same one) so we can check for diffs...

Params file should contain fields to specify the signers, including their name and title and which counter party they relate to. The vendor name is already in the params, but...

and no need to duplicate output with a markdown file

like `claw new zach examples/templates/funding.md --fill-from-csv=somecsvfile.csv` which would straight just put the correct info into the csv, rather than have to manually edit it

had to do this: https://tex.stackexchange.com/questions/285850/latin-modern-math-font

bug

from #18; rather than have the template locally, use a URL. The URL used should go in the final contract (i think). URLs can be specific commits (a la rawgithubusercontent)...