Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naoty/todo

A TODO manager just for me
https://github.com/naoty/todo

ruby

Last synced: 2 months ago
JSON representation

A TODO manager just for me

Awesome Lists containing this project

README

        

# todo

## Installation

### Homebrew

```
$ brew install naoty/misc/todo
```

### Rubygems

```
$ gem install todo --version "" --source "https://rubygems.pkg.github.com/naoty"
```

## Usage
![usage](./usage.png)

## Environment variables
* `TODOS_PATH`: The root path of TODO files (default: `$HOME/.todos`)
* `EDITOR`, `TODOS_EDITOR`: The editor to open TODO files

## Auto completion

### fig

```
npx @fig/publish-spec --spec-path .fig/autocomplete/src/todo.ts
```

## Author

[naoty](https://github.com/naoty)