close
The Wayback Machine - https://web.archive.org/web/20201111140029/https://github.com/dejan/checklist
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

checklist

Poor man's checklist app.

Image

Install

go get github.com/dejan/checklist

The app was developed and tested on Mac OS X, but it should also work on Linux and Windows.

Usage

Program reads stdin and creates checkable menu item for every line:

$ cat | checklist
Implement the integration test
Take out the trash
Order pizza
^D

While this is good for ad-hoc to-do lists, consider storing your commonly used checklist somewhere in the filesystem and just pass their content via stdin when you need to used them:

checklist < ~/checklists/travel.txt

About

Poor man's checklist app.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.