Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josvaal/task-tracker-cli
Simple command line application for task tracking. Developed in Java with PicoCLI, it allows users to add, list, update and delete tasks, as well as mark them as in progress or completed.
https://github.com/josvaal/task-tracker-cli
cli java maven task-list task-manager todo-app todo-cli todoapp todolist
Last synced: 5 days ago
JSON representation
Simple command line application for task tracking. Developed in Java with PicoCLI, it allows users to add, list, update and delete tasks, as well as mark them as in progress or completed.
- Host: GitHub
- URL: https://github.com/josvaal/task-tracker-cli
- Owner: josvaal
- Created: 2024-08-10T21:47:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T22:53:54.000Z (3 months ago)
- Last Synced: 2024-08-11T22:50:02.081Z (3 months ago)
- Topics: cli, java, maven, task-list, task-manager, todo-app, todo-cli, todoapp, todolist
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Tracker CLI
## Instructions
- In [Releases](https://github.com/josvaal/task-tracker-cli/releases/tag/Build) download according to the version you want to download
- In the folder where the executable is placed, create a folder named `json`.
- Inside the json folder, create a file named `data.json`.## Preview
![preview](/assets/preview-image.png)