github.com/neut0ne/todo

Simple task manager to learn Go.


License
Apache-2.0
Install
go get github.com/neut0ne/todo

Documentation

Todo 📝

Simple task manager with a BoltDB database.

Todo is terminal/cmd based. As for now, the program will only run from its' own folder unless you add it to your path. The program and db is entirely written in go, but you don't need to install go to run the program. Download it and try it out!

For linux: https://app.box.com/s/uybbovpq0gbgzvez64w4b3llj2xqz4rm
For mac: https://app.box.com/s/xff6p22pe6lnd1nysxzcvn96h6srowu1
For windows: https://app.box.com/s/19w6jtp5pw7zyxorfqmr1tewghcoip7n

Unzip the archive. In a terminal, enter the folder and run todo.exe:

On windows:
start todo.exe
todo

On linux and mac:
sudo chmod +x todo.[suffix]
todo