No description
- C 93.4%
- CMake 3.6%
- Nix 2.2%
- Shell 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .clang-format | ||
| .gitignore | ||
| .vimrc | ||
| 2023-08-25.md | ||
| build.sh | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| README.md | ||
| shell.nix | ||
C journal stuff
This is just for learning, but it might be useful.
Adding some changelog
- we add a -x flag
- we can omit archive files from the search if we wish
- this makes it faster
- I wanted to do this because it makes things better
TODO
- Store the found files in an array, but use realloc().
- DONE Refactor the walking code into a function
- DONE Look for .txt files as well as Markdown files