Software Alternatives & Reviews

An intro to finding things in Linux

fd fzf The Silver Searcher
  1. 1

    fd

    A simple, fast and user-friendly alternative to 'find'.
    Pricing:
    • Open Source
    This is what I use: https://github.com/sharkdp/fd Which you can install as a binary, or via cargo. Fd is spectacular. To that you can add: https://github.com/junegunn/fzf Which you can bind to a key in your shell for convenience.

    #Note Taking #Productivity #LMS 118 social mentions

  2. 2

    fzf

    A command-line fuzzy finder written in Go
    Pricing:
    • Open Source
    This is what I use: https://github.com/sharkdp/fd Which you can install as a binary, or via cargo. Fd is spectacular. To that you can add: https://github.com/junegunn/fzf Which you can bind to a key in your shell for convenience.

    #Note Taking #Productivity #LMS 215 social mentions

  3. A code searching tool similar to ack, with a focus on speed.
    These are all great, but the one I find myself using constantly on source code and other text-oriented files is The Silver Searcher (ag)[1]. It’s not as useful for file _names_, but most of the time, I care about contents and this searches, in realtime, at an incredible speed. Add the -l flag to list only filenames and you’ve got an amazing code location tool. [1] https://github.com/ggreer/the_silver_searcher.

    #File Manager #Note Taking #Clipboard Manager 34 social mentions

Discuss: An intro to finding things in Linux

Log in or Post with