Skip to content

bfontaine/ghtasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ghtasklist

ghtasklist is a small utility to automatically prefix lines in order to format them as Github task lists.

Install

go get github.com/bfontaine/ghtasklist

Usage

$ cat my-input
this
is
the
result
$ ghtasklist < my-input
- [ ] this
- [ ] is
- [ ] the
- [ ] result

Releases

No releases published

Packages

No packages published

Languages