Nuke is a desktop app for managing tasks using CLI (Command Line Interface).
Exits program while saving the tasks on the file system.
Format: bye
Adds a task to the list.
Format: todo <NAME>
Adds a task with a deadline to the list.
Format: deadline <NAME> /by <DEADLINE>
Adds an event to the list.
Format: event <NAME> /from <START> /to <END>
Shows a list of tasks in the list.
Format: list
Marks a task as done.
Format: mark <INDEX>
Marks a task as not done.
Format: unmark <INDEX>
Deletes a task in the list.
Format: delete <INDEX>
Finds a task in the list by a keyword.
Format: find <KEYWORD>