From 0651e8ba73968be8c183cf4f257b39531a7d9844 Mon Sep 17 00:00:00 2001 From: Jon Moroney Date: Mon, 22 Oct 2018 09:39:40 -0700 Subject: [PATCH 1/2] Add ddh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdad366..5fb1235 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [m4b/bingrep](https://github.com/m4b/bingrep) — Greps through binaries from various OSs and architectures, and colors them. [](https://travis-ci.org/m4b/bingrep) * [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) * [watchexec](https://github.com/watchexec/watchexec) — Executes commands in response to file modifications [](https://travis-ci.org/mattgreen/watchexec) +* [ddh](https://github.com/darakian/ddh) — Fast duplicate file finder [](https://travis-ci.org/darakian/ddh) ### Text editors From 547d854c969b9581aafa96423bbc656d1bf1e01d Mon Sep 17 00:00:00 2001 From: Jon Moroney Date: Mon, 22 Oct 2018 09:42:17 -0700 Subject: [PATCH 2/2] Fix alpabetic ording in system tools --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fb1235..b6714b9 100644 --- a/README.md +++ b/README.md @@ -216,9 +216,10 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### System tools * [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [](https://travis-ci.org/Aaronepower/tokei) +* [brocode/fblog](https://github.com/brocode/fblog) — Small command-line JSON Log viewer [](https://travis-ci.org/brocode/fblog) * [buster/rrun](https://github.com/buster/rrun) — a command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun) * [cristianoliveira/funzzy](https://github.com/cristianoliveira/funzzy) — a configurable filesystem watcher inspired by [entr](http://entrproject.org/) [](https://travis-ci.org/cristianoliveira/funzzy) -* [brocode/fblog](https://github.com/brocode/fblog) — Small command-line JSON Log viewer [](https://travis-ci.org/brocode/fblog) +* [ddh](https://github.com/darakian/ddh) — Fast duplicate file finder [](https://travis-ci.org/darakian/ddh) * [jhspetersson/fselect](https://github.com/jhspetersson/fselect) [[fselect](https://crates.io/crates/fselect)] — Find files with SQL-like queries [](https://travis-ci.org/jhspetersson/fselect) * [k0pernicus/zou](https://github.com/k0pernicus/zou) — a download accelerator [](https://travis-ci.org/k0pernicus/zou) * [lotabout/skim](https://github.com/lotabout/skim) — A fuzzy finder in pure rust [](https://travis-ci.org/lotabout/skim) @@ -240,7 +241,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [m4b/bingrep](https://github.com/m4b/bingrep) — Greps through binaries from various OSs and architectures, and colors them. [](https://travis-ci.org/m4b/bingrep) * [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) * [watchexec](https://github.com/watchexec/watchexec) — Executes commands in response to file modifications [](https://travis-ci.org/mattgreen/watchexec) -* [ddh](https://github.com/darakian/ddh) — Fast duplicate file finder [](https://travis-ci.org/darakian/ddh) ### Text editors