commit 03e8f7e2c8436e2063659298bc75cf52f9e2094e
Author: Dennis Razumovsky <to_AT_dennis.im>
Date: Thu Mar 5 10:55:34 2026 -0500
[rocks] add precizer
Add a link to precizer, a small C CLI tool for building a checksum database and comparing directory trees.
The author explicitly aligns the project with the suckless philosophy: simplicity, clarity and minimalism.
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 6fb3f84d..f876d80a 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
_AT_@ -244,6 +244,7 @@ This covers most console-based programs and programs from
* [mtm](
https://github.com/deadpixi/mtm) - Micro Terminal Multiplexer.
* [nq](
https://github.com/chneukirchen/nq) - UNIX command line queue utility.
* [piscou](
https://github.com/lucas-mior/piscou) - Simple file previewer written in C.
+* [precizer](
https://precizer.github.io/) - Resumable, database-backed integrity verification: byte-for-byte file tree comparison and checksum storage to detect post-sync drift.
* [soap](
https://github.com/FRIGN/soap) - Simple xdg-open replacement with fallback.
* [pv](
https://www.ivarch.com/programs/pv.shtml) - tool for monitoring the progress of data through a pipeline.
* [smenu](
https://github.com/p-gen/smenu) - A powerful and versatile CLI selection tool for interactive or scripting use.
Received on Thu Mar 05 2026 - 16:59:12 CET