Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)