Big fan of commandline tools such as vim, htop etc. What is in your opinion must have tools?

  • @[email protected]
    link
    fedilink
    51 year ago

    ripgrep is a reimplementation of grep in Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.

    • @ShitpostCentral
      link
      41 year ago

      It also ignores files in .gitignore and some others by default

      • @eyolf
        link
        31 year ago

        It also has a much simpler and forgiving syntax. Just type rg anything and it finds anything