Add samesame - a comm(1) alternative.

This commit is contained in:
Tim Eggert 2021-07-14 20:33:11 +02:00 committed by GitHub
parent 81eb217473
commit 76884605c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.