github.com/lillycat332/cnotes

cnotes is a cli notebook/todo app written in c

Open this visualization on its own page →

Contributors

1

Lines of Code

40

From

2022-03-26

To

2022-03-27

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.

Share this video