Skip to content

dylancmznus/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Guide - Friday

Friday is a personal task manager to manages todos, deadlines and events. Type these commands into the interface to use the chatbot.

  1. Add a todo:

todo [description] eg. todo read book

  1. Add a deadline:

deadline [description] /by [time] eg. deadline return book /by January

  1. Add an event:

event [description] /from [start time] /to [end time] eg. event project meeting /from 2025-03-12 /to 2025-03-15

  1. List all tasks:

list

  1. Mark a task as done:

mark [task number] eg. mark 1

  1. Unmark a task:

unmark [task number] eg. unmark 4

  1. Delete a task:

delete [task number] eg. delete 2

  1. Find certain tasks using a keyword:

find [keyword] eg. find book This will list all tasks with "book" in the description.

  1. Close the program:

bye

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 88.4%
  • Batchfile 7.9%
  • Shell 3.7%