https://github.com/aliiahmadi/td
Command line todo application for Delete, Create, Update, Get and Save todos in JSON format.
https://github.com/aliiahmadi/td
command-line command-line-todo command-line-tool commandline-tool go go-language golang todo todo-list todo-manager todolist
Last synced: about 1 year ago
JSON representation
Command line todo application for Delete, Create, Update, Get and Save todos in JSON format.
- Host: GitHub
- URL: https://github.com/aliiahmadi/td
- Owner: AliiAhmadi
- License: gpl-3.0
- Created: 2024-02-26T10:16:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T13:56:14.000Z (about 2 years ago)
- Last Synced: 2025-02-02T03:24:30.455Z (about 1 year ago)
- Topics: command-line, command-line-todo, command-line-tool, commandline-tool, go, go-language, golang, todo, todo-list, todo-manager, todolist
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# td
Command line todo application for Delete, Create, Update, Get and Save todos in JSON format.

## Usage
```
./td tool, Developed for MHM
Copyright 2024
Usage information:
-add
Add new task to todo list
-all
List all tasks
-complete int
Item to be completed
-del int
Deleting a task from list
-list
List uncompleted tasks
-task string
Task to be included i the toDo list
-uncomplete int
Uncomplete a completed task
```
## Author
Ali Ahmadi (2024)