TIL (today I learned…)
til is a small tool to record today I learned (TIL) in your terminal.
Installation
download the latest binary from releases and put it somewhere in your $PATH
.
Or install with brew:
brew tap ff6347/tap
brew install til
Or build from source:
go get github.com/ff6347/til
Usage
til That TIL means today I learned
Use til --help
for more infos.
Test
go test
Todo
- Publish to homebrew tap for install