An open API service indexing awesome lists of open source software.

https://github.com/ctrlaltdev/wyd

What you doin'?
https://github.com/ctrlaltdev/wyd

c cli sqlite task task-manager

Last synced: 9 months ago
JSON representation

What you doin'?

Awesome Lists containing this project

README

          

[![GitHub release](https://img.shields.io/github/release/ctrlaltdev/WYD.svg?style=for-the-badge)](https://github.com/ctrlaltdev/WYD/releases)
[![licence](https://img.shields.io/github/license/ctrlaltdev/WYD.svg?style=for-the-badge)](https://github.com/ctrlaltdev/WYD/blob/master/LICENCE.md)
![C](https://img.shields.io/badge/_-C-888.svg?style=for-the-badge)

# 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
* [x] Make a working version!
* [ ] Put colors in those tasks
* [ ] Everything else!