https://github.com/bfontaine/ghtasklist
:heavy_check_mark: Fast Github task list formatting
https://github.com/bfontaine/ghtasklist
go markdown tool
Last synced: about 1 month ago
JSON representation
:heavy_check_mark: Fast Github task list formatting
- Host: GitHub
- URL: https://github.com/bfontaine/ghtasklist
- Owner: bfontaine
- License: mit
- Created: 2015-08-17T20:14:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T20:14:39.000Z (almost 11 years ago)
- Last Synced: 2025-08-31T20:59:39.226Z (10 months ago)
- Topics: go, markdown, tool
- Language: Go
- Homepage: https://godoc.org/github.com/bfontaine/ghtasklist/ghtasklists
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghtasklist
**ghtasklist** is a small utility to automatically prefix lines in order to
format them as [Github task lists][1].
[1]: https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments
## Install
go get github.com/bfontaine/ghtasklist
## Usage
$ cat my-input
this
is
the
result
$ ghtasklist < my-input
- [ ] this
- [ ] is
- [ ] the
- [ ] result