https://github.com/naoty/todo
A TODO manager just for me
https://github.com/naoty/todo
ruby
Last synced: about 1 month ago
JSON representation
A TODO manager just for me
- Host: GitHub
- URL: https://github.com/naoty/todo
- Owner: naoty
- License: mit
- Created: 2015-05-20T18:05:10.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T13:30:44.000Z (3 months ago)
- Last Synced: 2025-03-18T14:01:47.630Z (about 1 month ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 543 KB
- Stars: 32
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
## 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)