rxyhn / ToDo

another simple todo cli program written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%