shivamanipatil / godo

Terminal todo application with 'at' job notification feature
1 stars 0 forks source link
cli golang todo

Godo

Godo is simple CLI app to manage your todo tasks.

Requirements

Go >= 1.13 recommended.notify-send and at should be installed for scheduling the reminder notifications.

Features

Steps

  1. Clone this repo and build the binary.
    go build -o godo
  2. To make this binary executable from anywhere. Add following to .bashrc. E.g
    export PATH="$PATH:/home/shivamani/funprojects/godo/"

    Replace given path with full path to the folder containing your binary created in step 1.

Usage

Made with

https://github.com/fatih/color