Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 449 Bytes

#c-gratitude-cli

This is a simple CLI tool created in C to keep track of things you're grateful for. It's REALLY simple at the moment, but I'm hoping to add more features to it.

For now, all it does is ask you the things you're grateful for, and you can enter in however many you want, and it will create a new file with your entries.

Installation

$ gcc main.c

Usage

$ ./a.out

It'll get much better, I promise!