Skip to content

NedimBadzak/Tasker2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tasker v2

A simple CLI app used for managing tasks which uses Firebase Firestore.

Usage:

tasker.jar -get Gets all completed and not completed tasks

tasker.jar -get <label> Gets all completed and not completed tasks that have the label.

tasker.jar -check <ID> Makes the task with the ID of completed and checked

tasker.jar -uncheck <ID> Makes the task with the ID of uncompleted and unchecked

tasker.jar <task_text> Inserts a new task with the text of <task_text>.

tasker.jar <task_text> @label Inserts a new task with the text of <task_text> and label of @label.

tasker.jar Prompts you to insert the task text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages