Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T13:56:14.000Z (11 months ago)
- Last Synced: 2024-03-03T17:40:03.016Z (11 months 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.![bear](https://github.com/AliiAhmadi/td/assets/107758775/7cbee4ae-552c-4cc6-bb78-a22dce1c927c)
## 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)