# Functions
ConfirmPrompt will prompt to user for yes or no.
CreateDatabase create folder and the file to save data.
GetHomeDir returns homedir.
No description provided by the author
ReadTasks : read data.
RemoveDuplicate removes duplicate from slice.
RemoveTask removes todo from list.
SaveTasks : save data.
SortSlice sort arrays.
# Variables
No description provided by the author
DatabaseFile is the db file.
No description provided by the author
No description provided by the author
# Type aliases
ByPri implements sort.Interface for []Item base on the priority & position field.