Skip to content

Yet another command line todo list manager written in golang

License

Notifications You must be signed in to change notification settings

gboulant/todogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The todogo application is yet another todo list manager written with the go langage. The project was initiated as a training exercice to learn the basic features of the go langage. The resulting application can be used of course but could not fit your own way to manage todo lists.

The todo program is a command line application, that consists in a single executable program (todo) interacting with a local database made of json files. It comes with no dependency (only the standard go packages are required).

A typical output looks like:

$ todo list

 1 [2019-Aug-15] ▶ : Write the documentation of todogo
 2 [2019-Aug-15] ▶ : Write the unit tests of todogo
 3 [2019-Aug-15] ○ : Create a beautiful web site for todogo
 4 [2019-Aug-15] ● : Develop a tree representation of parent-children tasks
 5 [2019-Aug-15] ○ : Push a clone of the repository on github
 6 [2019-Aug-15] ● : Create a dockerfile of the todogo application

Legend: ○ todo  ▶ doing  ● done

Want to discover? Have a look to the user documentation:

About

Yet another command line todo list manager written in golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published