sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 03e8f7e2c8436e2063659298bc75cf52f9e2094e
parent 6dbd11f1af0943f91e1b9e31e0fec5b9b33c5fba
Author: Dennis Razumovsky <to@dennis.im>
Date:   Thu,  5 Mar 2026 10:55:34 -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.

Diffstat:
Msuckless.org/rocks/index.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -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.