package
1.1.1
Repository: https://github.com/mrinjamul/tasks.git
Documentation: pkg.go.dev

# 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

# Structs

Task : structure.

# Type aliases

ByPri implements sort.Interface for []Item base on the priority & position field.