https://github.com/nocd5/todo
Simply CLI TODO List
https://github.com/nocd5/todo
Last synced: about 1 month ago
JSON representation
Simply CLI TODO List
- Host: GitHub
- URL: https://github.com/nocd5/todo
- Owner: nocd5
- License: mit
- Created: 2016-08-20T02:37:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T00:30:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T03:29:19.060Z (4 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo
[vesln/todo](https://github.com/vesln/todo) clone written in Go
## Installation
`go get github.com/nocd5/todo`
## Configuration
Checked & Unchecked marks are configurable.
Put `.todo.yaml` in your home directory.#### Example of ~/.todo.yaml
```yaml
Checked: "\u2714"
Unchecked: "\u2718"
UpdateTimeStamp: true
```