Skip to content

tituswe/saturday-chatbot

 
 

Repository files navigation

Hi, I'm Saturday!

Thanks for using me! I am designed to make your planning easier and more enjoyable. Hope you enjoy typing because I am a text based chatbot but I will be sure to help you organize your work quickly and cleanly!

Saturday

Contents

Getting Started

To begin using Saturday, download the latest release [here](INSERT LINK TO DOWNLOAD).

Once you've run the application, you will be greeted with a clean and intuitive dashboard. On the right pane will be your task list and on the left will be a chat box where you can talk to Saturday and give it commands.

Commands

Saturday has a lot of cool commands to help you get things organized and have fun at the same time. Here are just a few:

Create a ToDo task


A ToDo has no timeframe.

todo {task description}

Create a Deadline task


A Deadline has one deadline timeframe.

deadline {task description} /by {hh:mm dd MM yyyy}

Create an Event task


An Event has one start timeframe and one end timeframe.

event {task description} /from {hh:mm dd MM yyyy} /to {hh:mm dd MM yyyy}

Mark a task


Mark a task as done.

mark {index #}

Unmark a task


Mark a task as undone.

unmark {index #}

Delete a task


Delete a task.

delete {index #}

List


View your entire task list.

list

List by date


View tasks on a specific date.

list /on {hh:mm dd MM yyyy}

Find a keyword


Find tasks with a specific keyword.

find {keyword}

Sort by time


Sort your task list by time.

sort

Sort by index


Sort your task list by index.

unsort

Exit


Stop Saturday.

bye

FAQ

Q: How do I transfer my data to another Computer? A: Install Saturday and overwrite the empty data file with the data of Saturday on your original machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.5%
  • CSS 4.1%
  • Shell 3.2%
  • Batchfile 1.2%