https://github.com/jmtd/todo
Just TODO it
https://github.com/jmtd/todo
Last synced: over 1 year ago
JSON representation
Just TODO it
- Host: GitHub
- URL: https://github.com/jmtd/todo
- Owner: jmtd
- License: apache-2.0
- Created: 2017-12-19T10:10:02.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T11:54:57.000Z (over 5 years ago)
- Last Synced: 2025-01-30T03:26:57.362Z (over 1 year ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just TODO It
_Just TODO It_ is a lightweight TODO-list manager written using
[Ruby](http://www.ruby-lang.org/),
[Gtk2/GtkBuilder](https://developer.gnome.org/gtk2/stable/GtkBuilder.html) and
[yaml](http://www.yaml.org/).
_Just TODO It_'s aim is to make it very easy to just pick-up-and-use: start the
program, type some tasks, tick some off, no need to learn any other concepts.
## Usage/Installation
Presently you need to run the `./todo` script from a working directory containing
the `todo.builder` file (such as a clone of this git repository.)
## Data Storage
By default _Just TODO It_ writes to
`~/.local/share/org.redmars.todo/todo.yaml`. You can alter the first two
components of the path by defining the `XDG_DATA_HOME` environment variable.
If you provide a command-line argument (e.g. `./todo some-file.yaml`), _Just
TODO It_ will read and write the TODO list to that file instead.
## Author
copyright © 2018 [Jonathan Dowland](https://jmtd.net/). Licensed under the
[Apache License](LICENSE).