mirror of
https://github.com/vbatts/utils.git
synced 2024-12-04 22:45:42 +00:00
23 lines
364 B
Markdown
23 lines
364 B
Markdown
|
# freezing-octo-hipster
|
||
|
|
||
|
Random utilities of vbatts' being cleaned up, and published
|
||
|
|
||
|
# Commands
|
||
|
|
||
|
## next-note
|
||
|
|
||
|
Simple date formating for notes
|
||
|
|
||
|
### Install
|
||
|
|
||
|
go get github.com/vbatts/freezing-octo-hipster/cmd/next-note
|
||
|
|
||
|
## find-todos
|
||
|
|
||
|
Look through your notes directory for TODO items.
|
||
|
|
||
|
### Install
|
||
|
|
||
|
go get github.com/vbatts/freezing-octo-hipster/cmd/find-todos
|
||
|
|