From 187c6c69b8dc05b5a9e0cd7fe41d06d0d83b788e Mon Sep 17 00:00:00 2001 From: Thushan Fernando Date: Tue, 21 Nov 2023 22:14:39 +1100 Subject: [PATCH] doc updates. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ceffb0c..90439d1 100644 --- a/readme.md +++ b/readme.md @@ -10,13 +10,13 @@ [![GitHub release](https://img.shields.io/github/release/thushan/smash)](https://github.com/thushan/smash/releases/latest) Tool to `smash` through to find duplicate files efficiently by slicing a file (or blob) into multiple segments -and computing a hash using [xxhash](https://xxhash.com/) or another algorithm. Algorithms used are non-cryptographic and are utilised -for its speed & efficiency over other attributes. You can learn more about [xxhash](https://xxhash.com/) on their site. +and computing a hash using a fast non-cryptographic algorithm such as [xxhash](https://xxhash.com/).

Made with VHS
- Find duplicates in the linux/drivers source tree with smash. Made with vhs (see our tapes), - + + Find duplicates in the linux/drivers source tree with smash (see our 🍿 longer demo). Made with vhs - see our tapes! +

`smash` has a read-only view of the underlying filesystem and only reports duplicates - currently, we do not remove