From 3d72fa5d0f98fea0e516e492a9cc5151d8d7e986 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 13 Nov 2024 10:11:11 +0000 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29cc636..00bce8f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # ccc -`ccc` is a rewrite of [fff](https://github.com/bogdan-the-great/fff) in C aiming for usefulness, size and speed with no dependency. +Soft fork of [fff](https://github.com/bogdan-the-great/fff) in C aiming for size and speed with no dependency, extensible with patches and configurable via `config.h` -The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity. You may call it a `soft fork`. - -Configuration can be done via `config.h` and patches are available(current only for image preview). +The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity. # Features Consider this project incomplete and WIP!