to_checklist

Crates.ioto_checklist
lib.rsto_checklist
version0.1.0
created_at2025-02-18 15:44:04.52847+00
updated_at2025-02-18 15:44:04.52847+00
descriptionA simple CLI tool to read from the clipboard and return a string of check list items, one item per line break
homepage
repositoryhttps://github.com/signaes/to_checklist
max_upload_size
id1560075
size6,222
Thiago Oliveira (signaes)

documentation

README

to_checklist

Sometimes you may have lines of text that you would like to format like a check list, one item for each line. For example you may have this:

Remember to do something
Learn how to do some other thing
Look into something today

Then, after you run cargo install to_checklist, if you copy the text above to your clipboard, you should get this back when running to_checklist in your terminal.


[ ] Remember to do something
[ ] Learn how to do some other thing
[ ] Look into something today

Commit count: 2

cargo fmt