Skip to content

Releases: omar0ali/todos-cli

Version 1.0.1

24 Jun 12:01

Choose a tag to compare

What's New

  • Added support for human readable time formatting e.g. '3 minutes ago', '2 months ago'.

Downloads

Choose the executable that matches your operating system from the assets below.

Full Changelog: v1.0...v1.0.1

Todos-CLI

13 May 15:49

Choose a tag to compare

Version 1.0 - Initial Release

This is the first official release of the app! It includes all core task management features. You can download the executable for your platform below.

Main Idea

A simple CLI application that organizes tasks for a specific project. It works in any folder, creating a tasks.json file in each folder to store the tasks. This means each folder will have its own separate set of tasks. For example, if you run the app in the /project1/ folder, it will create a tasks.json file there. If you switch to another folder and run the app again, a new tasks.json file will be created for that folder, allowing you to manage different sets of tasks for each project.

Features

  • Create new tasks
  • Assign statuses to tasks: todo, in-progress, done
  • Edit existing tasks
  • Delete tasks
  • View the full list of tasks
  • Filter and view tasks by status: Todo, In-progress, Completed (done)

Downloads

Choose the executable that matches your operating system from the assets below.