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

https://github.com/bndrmrtn/ctodo

A simple CLI Todo app. Written in C.
https://github.com/bndrmrtn/ctodo

Last synced: about 2 months ago
JSON representation

A simple CLI Todo app. Written in C.

Awesome Lists containing this project

README

          

# C Todo App (CLI)

## 📦 Features

- Add todos
- List todos
- Finish todos
- Delete todos

## 🚀 Installation

This project is tested on MacOS
```bash
➜ todoapp gcc --version
Apple clang version 17.0.0 (clang-1700.6.4.2)
Target: arm64-apple-darwin25.3.0
Thread model: posix
```

Use `Makefile` to build and run via
```bash
make run ARGS="add args here, like list, add 'my todo description', etc..."
```