| Crates.io | to_checklist |
| lib.rs | to_checklist |
| version | 0.1.0 |
| created_at | 2025-02-18 15:44:04.52847+00 |
| updated_at | 2025-02-18 15:44:04.52847+00 |
| description | A simple CLI tool to read from the clipboard and return a string of check list items, one item per line break |
| homepage | |
| repository | https://github.com/signaes/to_checklist |
| max_upload_size | |
| id | 1560075 |
| size | 6,222 |
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