Skip to content

Releases: anikchand461/task

Task CLI v1.2.0

17 Dec 13:22

Choose a tag to compare

Task CLI v1.2.0

This release adds usability improvements and new commands.

✨ What’s New

  • Improved task list UI ([ ] / [x] format)
  • Added task help, -h, --help
  • Added task clear to delete all tasks
  • Added task done all to mark all tasks as completed

📦 Installation

macOS / Linux:

  1. Download the correct binary from Assets
  2. Make it executable and move to PATH:
chmod +x task-<platform>
sudo mv task-<platform> /usr/local/bin/task

Task CLI v1.0.0

17 Dec 10:45

Choose a tag to compare

Task CLI v1.0.0

First public release of Task CLI.

Features

  • Add tasks
  • List tasks
  • Mark tasks as done

Install

macOS / Linux:
Download the binary, then:
chmod +x task
sudo mv task /usr/local/bin/

Windows:
Download task.exe and run it from terminal