No description
  • C 93.4%
  • CMake 3.6%
  • Nix 2.2%
  • Shell 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-07 17:17:18 +01:00
src Vibe-coded adding the -x flag to skip archive files 2026-07-06 17:43:29 +01:00
.clang-format Just some formatting changes 2023-09-04 15:21:24 +01:00
.gitignore updates ignore file 2023-09-20 22:02:07 +01:00
.vimrc Some nice debugging going on to track reallocation 2023-09-06 20:23:49 +01:00
2023-08-25.md Initial commit 2023-08-28 08:34:27 +01:00
build.sh Fixed most recent bug 2023-09-05 09:36:36 +01:00
CMakeLists.txt Some tidying only 2023-09-05 15:42:35 +01:00
CMakePresets.json Now allows passing in of directory paths 2023-09-02 16:51:54 +01:00
README.md Adds some detail to the README. 2026-07-07 17:17:18 +01:00
shell.nix clang-tools makes things bit livlier in vim! 2023-09-20 21:58:42 +01:00

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