Render your checklists into clean printable PDF documents – straight from the terminal.
Ideal for quick task lists, audit checklists, packing lists, etc.
checkit [OPTIONS] [INPUT_FILE]
If no INPUT_FILE
is provided, input is read from stdin
.
-o, --output Output directory for generated PDF.
-s, --square Use a 1:1 aspect ratio layout.
-v, --version Show version and exit
-h, --help Show help and exit
# Generate a PDF checklist from a file
checkit /path/to/my-checklist.md
# Pipe input from another command
cat /path/to/my-checklist.md | checkit
checkit
expects a markdown .md
-style structured file. Example:
# My CheckList Title
## Morning Routine
- Coffee
- Shower
- Emails
## Work
- Code Review
- Team Meeting
You can find some sample input files along with the generated PDF documents here.
All tools are completely free to use, with every feature fully unlocked and accessible.
If you find one or more of these tool helpful, please consider supporting its development with a donation.
Your contribution, no matter the amount, helps cover the time and effort dedicated to creating and maintaining these tools, ensuring they remain free and receive continuous improvements.
Every bit of support makes a meaningful difference and allows me to focus on building more tools that solve real-world challenges.
Thank you for your generosity and for being part of this journey!
Download the latest binaries from the releases page:
» macOS » Homebrew
brew tap lucasepe/cli-tools
brew install checkit