From 76884605c4206a99a6e4240f24e6993336c16313 Mon Sep 17 00:00:00 2001 From: Tim Eggert Date: Wed, 14 Jul 2021 20:33:11 +0200 Subject: [PATCH 1/3] Add samesame - a comm(1) alternative. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f60d22c..c35e332 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa * [loc](https://github.com/cgag/loc) - Count lines of code quickly. * [tokei](https://github.com/XAMPPRocky/tokei) - Count your code, quickly. +#### [comm](http://www.maizure.org/projects/decoded-gnu-coreutils/comm.html) +* [samesame](https://gitlab.com/elbartus/samesame) - `samesame` lets you match lines from one file in another file similar to `comm(1)`. + #### [coreboot](https://github.com/coreboot/coreboot) * [oreboot](https://github.com/oreboot/oreboot) - oreboot is a fork of coreboot, with C removed, written in Rust. From 9e90f174a807ac019ba18edc47ea24703c204a38 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:47:10 +0100 Subject: [PATCH 2/3] Https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4fdff..99ac08a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). - [tokei](https://github.com/XAMPPRocky/tokei) - Count your code, quickly. -#### [comm](http://www.maizure.org/projects/decoded-gnu-coreutils/comm.html) +#### [comm](https://www.maizure.org/projects/decoded-gnu-coreutils/comm.html) * [samesame](https://gitlab.com/elbartus/samesame) - `samesame` lets you match lines from one file in another file similar to `comm(1)`. #### [coreboot](https://github.com/coreboot/coreboot) From 0ed6e2ab989039d2e23a5ea326fa4a81d4883fa0 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:47:50 +0100 Subject: [PATCH 3/3] List - --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ac08a..9a3da77 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). - [tokei](https://github.com/XAMPPRocky/tokei) - Count your code, quickly. #### [comm](https://www.maizure.org/projects/decoded-gnu-coreutils/comm.html) -* [samesame](https://gitlab.com/elbartus/samesame) - `samesame` lets you match lines from one file in another file similar to `comm(1)`. +- [samesame](https://gitlab.com/elbartus/samesame) - `samesame` lets you match lines from one file in another file similar to `comm(1)`. #### [coreboot](https://github.com/coreboot/coreboot)