sidneywebba / todolist

Simple GTD-style todo list for the command line.

Home Page:http://todolist.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todolist

Build Status

Todolist is a simple and very fast task manager for the command line. It is based on the Getting Things Done methodology.

Documentation

See The main Todolist website for the current documentation.

Is it good?

Yes. Yes it is.

Quick Start using Docker

Building the docker image:

$ git clone https://github.com/gammons/todolist.git
$ cd todolist
$ docker build -t todolist .

If you have an existing todo-list file, then run the container with

$ docker run -d -v your/todos/json/file:/.todos.json -p 7890:7890 todolist

Otherwise, you have to provide an empty todo file:

$ echo [] > /tmp/.todos.json
$ docker run -d -v /tmp/.todos.json:/.todos.json -p 7890:7890 todolist

Finally, open your browser and enter localhost:7890 at the URL, and
happy GTD!

Author

Please send complaints, complements, rants, etc to Grant Ammons

License

Todolist is open source, and uses the MIT license.

About

Simple GTD-style todo list for the command line.

http://todolist.site

License:MIT License


Languages

Language:Go 98.4%Language:Ruby 1.6%