add plocate

This commit is contained in:
Marco Ziesing 2022-05-17 08:59:31 +02:00
parent 16fbe9bcbb
commit 2af6154662

View file

@ -6,25 +6,34 @@ title: #5251's toolbox
## Command Line Interface ## Command Line Interface
### File management ### File and directory management
* [bat](https://github.com/sharkdp/bat) - a cat(1) clone with syntax highlighting and Git integration. * [bat](https://github.com/sharkdp/bat) - cat(1) clone with syntax highlighting and Git integration.
* [exa](https://the.exa.website/) - an improved file lister with more features and better defaults. * [exa](https://the.exa.website/) - improved file lister with more features and better defaults.
* [ripgrep](https://github.com/BurntSushi/ripgrep) - a line-oriented search tool that recursively searches the current directory for a regex pattern. * [fd](https://github.com/sharkdp/fd) - program to find entries in your filesystem.
* [gdu](https://github.com/dundee/gdu) - pretty fast disk usage analyzer written in Go.
* [plocate](https://plocate.sesse.net/) - a much faster locate.
* [ripgrep](https://github.com/BurntSushi/ripgrep) - line-oriented search tool that recursively searches the current directory for a regex pattern.
### Data and file processing
* [jq](https://stedolan.github.io/jq/) - lightweight and flexible command-line JSON processor.
* [sd](https://github.com/chmln/sd) - intuitive find & replace CLI.
* [yq](https://kislyuk.github.io/yq/) - command-line YAML/XML processor.
### Graphics ### Graphics
* [guetzli](https://github.com/google/guetzli/) - a JPEG encoder that aims for excellent compression density at high visual quality. * [guetzli](https://github.com/google/guetzli/) - JPEG encoder that aims for excellent compression density at high visual quality.
* [svgo](https://github.com/svg/svgo) - a tool for optimizing SVG vector graphics files. * [svgo](https://github.com/svg/svgo) - tool for optimizing SVG vector graphics files.
### Security ### Security
* [minisign](https://jedisct1.github.io/minisign/) - a dead simple tool to sign files and verify signatures. * [minisign](https://jedisct1.github.io/minisign/) - dead simple tool to sign files and verify signatures.
### Terminal ### Terminal
* [tmux](https://github.com/tmux/tmux) - an open-source terminal multiplexer for Unix-like operating systems. * [tmux](https://github.com/tmux/tmux) - open-source terminal multiplexer for Unix-like operating systems.
### Web ### Web
* [httpie](https://httpie.io/) - a user-friendly command-line HTTP client for the API era. * [httpie](https://httpie.io/) - user-friendly command-line HTTP client for the API era.