Skip to content

ctrlaltdev/WYD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release licence C

What you doin'?

WYD is a simple CLI task manager.

You can add tasks, update them and mark them as done. Simple, but often enough.

Installation

Requirements

  • Make
  • Sqlite3
  • Sqlite3-libs / Sqlite3-devel

How to install

  • Clone this repo: git clone https://github.com/ctrlaltdev/WYD.git
  • Move inside the directory: cd WYD
  • Create the executable: make then make install
  • Use the command wyd
  • Do stuff
  • Pet a cat
  • Enjoy life

TO DO

  • Make a working version!
  • Put colors in those tasks
  • Everything else!