Skip to content

lijf93/go-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   ______          ______          __    
  / ____/___      /_  __/___  ____/ /___ 
 / / __/ __ \______/ / / __ \/ __  / __ \
/ /_/ / /_/ /_____/ / / /_/ / /_/ / /_/ /
\____/\____/     /_/  \____/\__,_/\____/ 

A cli todo list app in Golang.

My first Golang application, in order to learn Golang syntax.

Installation

cd ~/go/src/go-todo
go build
./go-todo h

ScreenShot

gotodo

Usage

  1. add

    go-todo add test add
    go-todo a test add
  2. done

    go-todo done 1
    go-todo do 1
  3. undone

    go-todo undone 1
    go-todo un 1
  4. edit

    go-todo edit 1 test undone
    go-todo e 1 test undone
  5. delete

    go-todo delete 1
    go-todo del 1
  6. list

    go-todo list
    go-todo l

Thanks

License

MIT License

About

✔️A cli todo list app in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages