index
:
formurapid
master
Fill in a PDF form using a text file
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-18
Add license (GNU GPLv3+)
v0.0.1
Teddy Wing
2021-04-18
Cargo.toml: Fix whitespace
Teddy Wing
2021-04-18
Makefile: Add packaging and distribution
Teddy Wing
2021-04-18
Add README
Teddy Wing
2021-04-17
Generate man page
Teddy Wing
2021-04-17
doc/formurapid.1.txt: Add manual description
Teddy Wing
2021-04-17
doc/formurapid.1.txt: Document command line options
Teddy Wing
2021-04-17
Add an example
Teddy Wing
2021-04-12
Start man page
Teddy Wing
2021-04-12
Add `--help` and `--version` flags
Teddy Wing
2021-04-12
Add function documentation
Teddy Wing
2021-04-12
main(): Replace `unwrap`s with `Result`s
Teddy Wing
2021-04-11
generate_fill_helpers(): Replace `unwrap`s with `anyhow::Result`s
Teddy Wing
2021-04-11
fill(): Remove `unwrap`s
Teddy Wing
2021-04-11
Print usage on malformed command line arguments
Teddy Wing
2021-04-11
main(): Move helper file generation to a separate function
Teddy Wing
2021-04-11
Make all file names dynamic based on input form path
Teddy Wing
2021-04-11
Get PDF file path from free command line argument
Teddy Wing
2021-04-11
Write a PDF with fields filled in from the TOML file
Teddy Wing
2021-04-11
Idea.txt: Add inspiration
Teddy Wing
2021-04-11
Write a base TOML file including the fields
Teddy Wing
2021-04-11
Idea.txt: Add a note about the name
Teddy Wing
2021-04-11
Fill in the form's fields with the fields' IDs
Teddy Wing
2021-04-11
Add Idea.txt
Teddy Wing
2021-04-11
New Rust 1.51.0 project
Teddy Wing