Skip to content

ICubE-/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuke User Guide

Nuke is a desktop app for managing tasks using CLI (Command Line Interface).

Features

Exiting: bye

Exits program while saving the tasks on the file system.

Format: bye

Adding a task: todo

Adds a task to the list.

Format: todo <NAME>

Adding a task with a deadline: deadline

Adds a task with a deadline to the list.

Format: deadline <NAME> /by <DEADLINE>

Adding an event: event

Adds an event to the list.

Format: event <NAME> /from <START> /to <END>

Viewing all tasks: list

Shows a list of tasks in the list.

Format: list

Marking a task as done: mark

Marks a task as done.

Format: mark <INDEX>

Marking a task as not done: unmark

Marks a task as not done.

Format: unmark <INDEX>

Deleting a task: delete

Deletes a task in the list.

Format: delete <INDEX>

Finding a task by keyword: find

Finds a task in the list by a keyword.

Format: find <KEYWORD>

About

NUS CS2113/T Individual Project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.3%
  • Batchfile 2.1%
  • Shell 1.6%