Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from odysseuskir/1.6.1-prebuild
Browse files Browse the repository at this point in the history
Version 1.6.1
  • Loading branch information
Odysseus-Abraham Kirikopoulos authored Oct 9, 2022
2 parents 92a93c1 + ee71838 commit d13aea9
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 999 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ If you want to dig into the full history of the development of this project, hav

# Bugs
I usually fix bugs on my own but if you find one, post an issue and I will look into it. If you have the time, feel free to fix it as well!

# Instructions

## What value to insert when asked to select a list

If you are asked to provide a list to complete an operation, you can select one by inserting the exact name of the list.
_Example:_ I want to rename my list called 'Homework'. When asked for it I type 'Homework'.

## What value to insert when asked to select a task
If you are asked to provide a task to complete an operation, you can select one by inserting the number of the task with the 'task' keyword in front of it
_Example:_ I want to check of my task that is 3rd on my list. When asked for it I type 'task3'.

## What value to insert when asked to select a subtask
If you are asked to provide a subtask to complete an operation, you can select one by inserting the number of the subtask inside a task.
_Example:_ I want to check off my subtask that is 1st inside the task. When asked for it I type '1'.
Loading

0 comments on commit d13aea9

Please sign in to comment.