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'?
- Host: GitHub
- URL: https://github.com/ctrlaltdev/wyd
- Owner: ctrlaltdev
- License: mpl-2.0
- Created: 2017-10-10T16:56:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T03:32:12.000Z (over 7 years ago)
- Last Synced: 2025-02-14T19:39:24.251Z (10 months ago)
- Topics: c, cli, sqlite, task, task-manager
- Language: C
- Homepage: https://ctrlalt.dev/WYD
- Size: 157 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/ctrlaltdev/WYD/releases)
[](https://github.com/ctrlaltdev/WYD/blob/master/LICENCE.md)

# 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!