Skip to content

Convert a text to a string check list items, one item per line with a `[ ] ` prefix for each.

Notifications You must be signed in to change notification settings

signaes/to_checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert a text to a string check list items, one item per line with a `[ ] ` prefix for each.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages