packages/library/roadmapsh-taskcli
r

roadmapsh-taskcli

v602b42blibrary

No description provided.

0 stars0 forksUnknownupdated 4 months ago
Open repo

Task CLI

Implementation in Odin of the Task CLI project for roadmap.sh

For use this CLI you need to have Odin Installed

Build

odin build .

Run

./task-cli <command> [arguments]

Usage

Add a task

./task-cli add "Buy groceries"

List all tasks

./task-cli list

List tasks by status

./task-cli list todo
./task-cli list in-progress
./task-cli list done

Update a task

./task-cli update 1 "Buy groceries and cook dinner"

Mark task as in progress

./task-cli mark-in-progress 1

Mark task as done

./task-cli mark-done 1

Delete a task

./task-cli delete 1
Package Info
Version
v602b42b
License
Unknown
Author
@AndreDev385
Type
library
Forks
0
Created
4 months ago
Updated
4 months ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks