An open API service indexing awesome lists of open source software.

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

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
```