Cool new tools

Just back from my vacation I learned two cool new tools on the first day. Of course both are in EPEL and Fedora.

  • The Silver Search: ag $STRING is an alternative to grep -ir $STING . But a lot of the hell faster, nicer output and multithreaded. https://geoff.greer.fm/ag/
  • myrepos: From the developer of etckeeper, to pull, commit and doing other stuff with multiple repos at the same time. Simply got to each git repo run mr register and than to a mr pull to pull all git repos at the same time. https://myrepos.branchable.com/

 

 

This entry was posted in Enterprise Linux, Fedora, Linux, Uncategorized and tagged . Bookmark the permalink.

One Response to Cool new tools

  1. chr4 says:

    You should check out ripgrep: https://github.com/BurntSushi/ripgrep

    A lot faster than ag and written in Rust.

Leave a Reply

Your email address will not be published. Required fields are marked *