Skip to content
/ todo Public

Command line interface program to manage a to do list.

License

Notifications You must be signed in to change notification settings

joshdev15/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line interface program to manage a to do list.

This small program has no real practical use, it is only a learning resource.

Writen in GO.

Language

README in Spanish

Build and run

Clone

git clone https://github.com/joshdev15/todo.git

Run (for developers)

git run cmd/todo/todo.go <command> <subcommand> <subcommand-value>

Build / Compile

git build cmd/todo/todo.go

Run from the compiled in your root directory

./todo <command> <subcommand> <subcommand-value>

Installation

If you already have the repository on your computer you can use the command go install command to install the executable binary to your GOPATH

git install cmd/todo/todo.go

then it is easier to run the program directly with the command todo.

todo <command> <subcommand> <subcommand-value>

Basic commands

Commands