Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naoty/todo
- Owner: naoty
- License: mit
- Created: 2015-05-20T18:05:10.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T23:34:43.000Z (over 1 year ago)
- Last Synced: 2024-10-22T13:59:35.375Z (3 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 542 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
![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)