update readme
All checks were successful
Build / build (push) Successful in 14s

This commit is contained in:
Gregory Gauthier 2026-01-30 16:52:42 +00:00
parent f1c2c46df5
commit d56d65d4ac

View File

@ -7,7 +7,7 @@ A simple command-line logging and note-taking system written in strict C89/ANSI
cnotes provides quick, one-line note capture from the terminal. Notes are stored in a simple CSV format and can be displayed, sorted, and filtered. cnotes provides quick, one-line note capture from the terminal. Notes are stored in a simple CSV format and can be displayed, sorted, and filtered.
The intent is to behave mostly like an immutable log, however entry deletion is enabled through an 'archiving' mechanism. The intent is to behave mostly like an immutable log, however entry deletion is enabled through an 'archiving' mechanism.
Comprehensive explanatory documentation of the internals of these tools cna be found in [INTERNALS](INTERNALS.md). In essence, the design philosophy Comprehensive explanatory documentation of the internals of these tools can be found in [INTERNALS](INTERNALS.md). In essence, the design philosophy
is the same as the old unix bromide "do one thing, and do it well". In addition, I have made minor modifications to enable composition through is the same as the old unix bromide "do one thing, and do it well". In addition, I have made minor modifications to enable composition through
shell scripting. I will not be overly customizing the CLI interface, for precisely this reason. shell scripting. I will not be overly customizing the CLI interface, for precisely this reason.
@ -235,6 +235,8 @@ Future commands to implement:
This project is dedicated to the public domain under the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license. See [LICENSE](LICENSE) for details. This project is dedicated to the public domain under the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license. See [LICENSE](LICENSE) for details.
However, there is one custom restriction: Rewriting this project in Rust is **strictly prohibited** ;)
## Author ## Author
Greg Gauthier (gmgauthier@protonmail.com) Greg Gauthier (gmgauthier@protonmail.com)