lillycat332/cnotes ↗
Created Mar 27, 2022 · View the lillycat332/cnotes repository page
cnotes is a cli notebook/todo app written in c
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
40
From
Mar 26, 2022
To
Mar 27, 2022
About lillycat332/cnotes
cnotes is a command-line notes and todo application written in C that operates in a REPL-style interface. The project prioritizes minimalism, speed, and portability, featuring a small codebase with no external dependencies beyond the C standard library and a compiler.
The application lets users create and manage notes and todo items from the command line. It's designed to be lightweight and fast, compiling almost instantly. A notable feature is its "bring your own editor" approach, allowing users to specify their preferred text editor as a compile-time constant rather than being locked into a single option.
The project is distributed under the BSD license and targets broad compiler compatibility, working with clang, gcc, tcc, and other standard C compilers. It appeals to developers and users who want a straightforward, dependency-free note-taking tool that can be quickly integrated into their workflow.