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.
- Host: GitHub
- URL: https://github.com/bndrmrtn/ctodo
- Owner: bndrmrtn
- Created: 2026-04-15T16:30:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T16:30:48.000Z (3 months ago)
- Last Synced: 2026-06-06T10:05:33.605Z (about 2 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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..."
```