Software Alternatives & Reviews

A list of new(ish) command line tools – Julia Evans

Hurl.dev nnn xplr Angle-grinder Productivity Power Tools lf (file manager) jq LNAV
  1. Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.
    Pricing:
    • Open Source

    #Command Line Tools #HTTP #HTTP Test Tool 39 social mentions

  2. 2

    nnn

    Fast and resource-sensitive file manager for the terminal
    I’m a fan of nnn for a terminal file manager, so I’m keen to try out broot. Does anyone have other recommendations I should try? https://github.com/jarun/nnn.

    #FTP Client #File Manager #File Explorer 75 social mentions

  3. 3
    Fast and hackable file manager for the terminal.
    Pricing:
    • Open Source
    Another nnn fan here, great tool! Been meaning to try out xplr[1] which I came across the other day. 1 https://github.com/sayanarijit/xplr.

    #FTP Client #Robo-Advisor #File Manager 5 social mentions

  4. Command-line tool to parse, aggregate, sum, average, min/max, percentile, and sort log data.

    #Monitoring Tools #Log Management #Realtime Analytics 1 social mentions

  5. Extension for Visual Studio - A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.
    Pricing:
    • Open Source
    I found https://github.com/hoppscotch/hoppscotch recently and it's quite nice. There's also a VSCode extension that doesn't look like it's actively developed any more: https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client.

    #Regular Expressions #Programming Tools #Development 363 social mentions

  6. Terminal file manager written in Go (programming language).
    Related to ranger, nowadays I use lf[0], which is a clone of ranger written in Go. There's also pistol[1] which is a replacement for ranger's rifle file viewer [0] https://github.com/gokcehan/lf.

    #FTP Client #File Manager #Robo-Advisor 62 social mentions

  7. 7
    Commandline app to simplify directory navigation.
    Broot has many features that feel natural... When you know they exist (for example, try looking for what's taking space with `br -w` then stage the files and remove them at the end). I suggest everyone to have at least a short glance at the introduction at https://dystroy.org/broot/.

    #FTP Client #File Manager #Robo-Advisor 14 social mentions

  8. This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.
    Not sure if pup supports this but something I do use fairly often (and copied into my own internal tooling) is the ability to filter out results as a flag in the CLI. For example, something I usually do is: <pre><code> curl --include --location https://example.com | tee /tmp/example-com.html | htmlq --base https://example.com a --attribute href --remove-nodes 'a[href*="#"],a[href^="javascript"],a[href*="?"]'.

    #Software Development #Software Development Tools #Web Development Tools 2413 social mentions

  9. 9

    jq

    jq is like sed for JSON data - you can use it to slice and filter and map and transform structured...

    #CLI #File Manager #Command Line Tools 155 social mentions

  10. 10
    The Log File Navigator (lnav) is an advanced log file viewer for the console.
    Pricing:
    • Open Source
    Https://lnav.org/2021/05/03/tailing-remote-files.html As for integrating with a “genders” host DB, there’s no direct support for it. But, lnav is scriptable, so I’m pretty sure it’s possible to write a script that does what you want. I can help with that if post in the github discussion: https://github.com/tstack/lnav/discussions.

    #Monitoring Tools #Log Management #Realtime Analytics 60 social mentions

  11. mitmproxy is an SSL-capable man-in-the-middle proxy for HTTP.
    Pricing:
    • Open Source

    #Developer Tools #Security #Software Development 81 social mentions

  12. 12

    mtm

    Perhaps the smallest useful terminal multiplexer in the world.

    #SSH #Uptime Monitoring #Terminal Tools 3 social mentions

Discuss: A list of new(ish) command line tools – Julia Evans

Log in or Post with