Both sides previous revisionPrevious revisionNext revision | Previous revision |
computer:software_setup:alternative-tools [2019-07-31 19:06] – skrupellos | computer:software_setup:alternative-tools [2021-04-25 05:38] (current) – [Table] skrupellos |
---|
| ''pt'' \\ (The platinum searcher) | Go | [[https://github.com/monochromegane/the_platinum_searcher|{{fa>code}}]] | | | ''pt'' \\ (The platinum searcher) | Go | [[https://github.com/monochromegane/the_platinum_searcher|{{fa>code}}]] | |
| ''sift'' | Go | [[https://github.com/svent/sift|{{fa>code}}]] / [[https://sift-tool.org/|Web]] / [[https://sift-tool.org/docs|"man"]] | | | ''sift'' | Go | [[https://github.com/svent/sift|{{fa>code}}]] / [[https://sift-tool.org/|Web]] / [[https://sift-tool.org/docs|"man"]] | |
| | ''rg'' \\ (ripgrep) | Rust | [[https://github.com/BurntSushi/ripgrep|{{fa>code}}]] / [[https://blog.burntsushi.net/ripgrep/|Web]] / [[https://www.mankier.com/1/rg|man]] | |
| |
| Feature comparison (ack, ag, git-grep, GNU grep, rg): https://beyondgrep.com/feature-comparison/ |
| |
More alternatives: | More alternatives: |
* https://beyondgrep.com/more-tools/ | * https://beyondgrep.com/more-tools/ |
* https://sift-tool.org/performance | * https://sift-tool.org/performance |
| * https://github.com/BurntSushi/ripgrep#quick-examples-comparing-tools |
===== find ===== | ===== find ===== |
^ Cmd ^ Prog. \\ Lang. ^ Resources ^ | ^ Cmd ^ Prog. \\ Lang. ^ Resources ^ |
| |
===== ls ===== | ===== ls ===== |
^ Cmd ^ Prog. \\ Lang. ^ Resources ^ | ^ Cmd ^ Prog. \\ Lang. ^ Resources ^ |
| ''ls'' | C | [[https://git.savannah.gnu.org/gitweb/?p=coreutils.git|{{fa>code}}]] / [[https://www.gnu.org/software/coreutils/|Web]] / [[https://www.mankier.com/1/ls|man]] | | | ''ls'' | C | [[https://git.savannah.gnu.org/gitweb/?p=coreutils.git|{{fa>code}}]] / [[https://www.gnu.org/software/coreutils/|Web]] / [[https://www.mankier.com/1/ls|man]] | |
| ''exa'' | Rust | [[https://github.com/ogham/exa|{{fa>code}}]] / [[https://the.exa.website/|Web]] / [[https://www.mankier.com/1/exa|man]] | | | ''exa'' | Rust | [[https://github.com/ogham/exa|{{fa>code}}]] / [[https://the.exa.website/|Web]] / [[https://www.mankier.com/1/exa|man]] | |
| ''lr'' | C | [[https://github.com/leahneukirchen/lr|{{fa>code}}]] | | | ''lr'' | C | [[https://github.com/leahneukirchen/lr|{{fa>code}}]] | |
| | "lsd" | Rust | [[https://github.com/Peltoche/lsd|{{fa>code}}]] | |
| |
| |