Skip to content

moosashah/taskcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Task Manager (a Charm Tutorial)

This project is inspired by the incredible work on Task Warrior, an open source CLI task manager. I use this project quite a bit for managing my projects without leaving the safety and comfort of my terminal. (⌐■_■)

Here's the plan:

Checklist

Data Storage

  • set up a SQLite database
    • open SQLite DB
    • add task
    • delete task
    • edit task
    • get tasks

Making a CLI with Cobra

  • add CLI
    • add task
    • delete task
    • edit task
    • get tasks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published