aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-18Increase version v0.0.1 -> v0.0.2HEADv0.0.2masterTeddy Wing
2021-04-18Accept multiple PDF input filesTeddy Wing
2021-04-18Add license (GNU GPLv3+)v0.0.1Teddy Wing
2021-04-18Cargo.toml: Fix whitespaceTeddy Wing
2021-04-18Makefile: Add packaging and distributionTeddy Wing
2021-04-18Add READMETeddy Wing
2021-04-17Generate man pageTeddy Wing
2021-04-17doc/formurapid.1.txt: Add manual descriptionTeddy Wing
2021-04-17doc/formurapid.1.txt: Document command line optionsTeddy Wing
2021-04-17Add an exampleTeddy Wing
2021-04-12Start man pageTeddy Wing
2021-04-12Add `--help` and `--version` flagsTeddy Wing
2021-04-12Add function documentationTeddy Wing
2021-04-12main(): Replace `unwrap`s with `Result`sTeddy Wing
2021-04-11generate_fill_helpers(): Replace `unwrap`s with `anyhow::Result`sTeddy Wing
2021-04-11fill(): Remove `unwrap`sTeddy Wing
2021-04-11Print usage on malformed command line argumentsTeddy Wing
2021-04-11main(): Move helper file generation to a separate functionTeddy Wing
2021-04-11Make all file names dynamic based on input form pathTeddy Wing
2021-04-11Get PDF file path from free command line argumentTeddy Wing
2021-04-11Write a PDF with fields filled in from the TOML fileTeddy Wing
2021-04-11Idea.txt: Add inspirationTeddy Wing
2021-04-11Write a base TOML file including the fieldsTeddy Wing
2021-04-11Idea.txt: Add a note about the nameTeddy Wing
2021-04-11Fill in the form's fields with the fields' IDsTeddy Wing
2021-04-11Add Idea.txtTeddy Wing
2021-04-11New Rust 1.51.0 projectTeddy Wing