Skip to content
/ ToDo Public

another simple todo cli program written in Go.

License

Notifications You must be signed in to change notification settings

rxyhn/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple command-line ToDo app written in Go.


Installation

  • Building From Source:

    Clone the repository:

    git clone https://github.com/rxyhn/ToDo.git

    Run the following commands:

    cd ToDo
    go build ./cmd/todo
    ./todo # This will be built inside the ToDo/ directory

Usage

Usage of ./todo:
  -add
        add a new todo
  -complete int
        mark a todo as completed
  -del int
        delete a todo
  -list
        list all todos

About

another simple todo cli program written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Languages