package
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Oct 21, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
todo-cli
A TUI todo app
Installation
go get github.com/yuzuy/todo-cli/cmd/todo
Usage
Press 'h' to view usage
License
MIT
Author
Ren Ogaki(yuzuy)
Documentation
¶
type Task struct {
ID int `json:"id"`
Name string `json:"name"`
IsDone bool `json:"is_done"`
CreatedAt time.Time `json:"created_at"`
}
Source Files
¶
Directories
¶
cmd
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.