This is a personal CLI Todo Application built using golang and boltDB.
task.app.edited.mp4
- Clone the app into your system.
- Open a terminal window and run
go install .
- Check if the app is working by running
task
into your terminal. - For any help with the commands
run task help command-name
.
Add a task by running task add "task name"
List out your tasks by running task list
Delete a task by running task do task-id
or task do task-id1 task-id2 task-id3
if you want to delete multiple tasks at once