Skip to content

lucasepe/checkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckIt

Code Quality

Render your checklists into clean printable PDF documents – straight from the terminal.

Ideal for quick task lists, audit checklists, packing lists, etc.

🔧 Usage

checkit [OPTIONS] [INPUT_FILE]

If no INPUT_FILE is provided, input is read from stdin.

Options

  -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

Examples

# 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

Input Format

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.

👍 Support

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!

Donate with PayPal

🛠️ How To Install

Download the latest binaries from the releases page:

Using a Package Manager

» macOS » Homebrew

brew tap lucasepe/cli-tools
brew install checkit

About

Render your checklists into clean printable PDF documents – straight from the terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages