Watched too much anime but still canβt get enough of your favourite tsundere waifu?
Look no further! Your friendly (or not) Tsundere chatbot assistant is here as your personal task manager!
All you need to do is,
11
installed in your computer. How to check
tsundere.jar
release file from here.tsundere.jar
file. Alternatively, for users with command line experience, open up your favourite terminal and navigate to the directory using cd
and type the command java -jar tsundere.jar
.Now the GUI would have popped up and you can start managing your tasks!
There are three types of tasks which can you add: ToDos, Events and Deadlines.
Format:
todo [task]
event [task], from [ ], to [ ]
deadline [task], by [YYYY-MM-DD]
π‘ Things to note:
[]
when entering the commandsfrom
and to
fieldsYYYY-MM-DD
A confirmation response will be seen once a task has been successfully added with the notation T
, E
and D
denoting ToDos, Events and Deadlines respectively.
You can list all recorded tasks.
Format:
list
You can delete tasks based on their index or task number.
Format:
delete [task number]
π‘ Things to note:
[]
when entering the commandsA confirmation response will be seen once a task has been successfully deleted.
Format:
mark [task number]
unmark [task number]
tag [task number] [tag name]
untag [task number] [tag name]
find [keyword]
π‘ Things to note:
[]
when entering the commands[ ]
while marked tasks are denoted with [X]
...borrow book #fun...
If you canβt be bothered to read the rest of the User Guide or if you need help while using the program. help
displays all the available commands.
Format:
help
Format:
bye
Typing bye
exits the program and automatically saves the current session data into a data.txt
file. A new data.txt
will be created if one doesnβt exist already.
Q: Can I edit the data file directly or transfer it to another device?
A: Data storage is done by converting each task and their details to strings and parsing them when loading it for a new session. As such, invalid changes to the data.txt
file could cause problems and it is not recommended to directly edit the file.
To transfer data to another device, just copy the data.txt
file to the data
directory of the tsundere.jar
file.