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

  • ds12
    link
    fedilink
    71 year ago

    fzf for quickly matching file names especially deep in the directory hierarchy

    ripgrep for quickly searching for text content within files

    dtrx for handling the right extractions of different archive types

  • @[email protected]
    link
    fedilink
    61 year ago

    xclip is incredibly useful to get and set data from the clipboard!

    gopup is to html what jq is to JSON. It allows you to parse html to extract specific data for a given selector.

  • @[email protected]
    link
    fedilink
    4
    edit-2
    1 year ago

    Ncdu is a really useful little utility that shows you what directories are using the most space on whichever drive/directory you select. Really useful little piece of software.

    hdparm is another neato one that let’s you test the read speeds of your drives, though it’s more so something ya use once and forget exists.

    Also, though Neovim is more popular, Helix deserves some recognition. It’s a rust based, vim inspired text editor which removes the need to configure it, making it easier for people trying to get into terminal text editors.

    Edit: Jerboa removed the first name, my bad.

  • @cefadroxilthranduil
    link
    41 year ago
    • gcalcli : helps accessing google calendar using calendar api
    • neix : rss reader
    • I don’t know if it counts but : fish shell
  • @[email protected]
    link
    fedilink
    41 year ago

    I basically live in nvim. Being able to configure my editor in an actual programming language makes it so much more useful to me than vim could ever be.

    • @[email protected]
      link
      fedilink
      11 year ago

      I found lua to be a better programming language, but the text specific design of vimscript makes way more sense to my brain.

      • @[email protected]
        link
        fedilink
        21 year ago

        Yes, Vimscript is way more intuitive than Lua in a lot of ways. And as far as programming languages go, Lua has some strange design choices that I’m not the biggest fan of, either. However, it really does open up a lot of possibilities when your configuration is programmatic.

  • @starship_lizard
    link
    41 year ago

    I mentioned this in another post, but tmux is awesome

    • @kylian0087
      link
      11 year ago

      Took me a while to get used to. As i have used screens for years. But tmux is so much better in the end

  • Hal_Canary
    link
    fedilink
    English
    41 year ago

    off the top of my head:

    • vim
    • git
    • bash
    • make
    • whatever-compiler-im-using
    • curl
    • less
    • grep
  • @eyolf
    link
    31 year ago

    Ranger and/or vifm as file managers. Can’t live without them

  • Ramin Honary
    link
    fedilink
    3
    edit-2
    1 year ago

    I have mostly replaced all command line stuff with Emacs, but there are still a few CLI utilities that I continue to use, whether I am in the CLI directly or whether I am using Emacs:

    • tmux or screen (terminal multiplexing)
    • bash (shell scripting)
    • grep, sed (filtering, formatting)
    • ps, pgrep, pkill (process control)
    • ls, find, du (filesystem search)
    • ssh, nc, rsync, sshfs, sftp (remote access, file transfer)
    • tee, dd (pipe control)
    • less, emacs, diff, patch, pandoc (text editing)
    • man, apropos (manual)
    • tar, gzip, bzip2, xz (archiving)
    • hexdump, base64, basenc, sha256sum (data encoding, checksums)
    • wget, curl, (HTTP client)
    • dpkg, apt-get, guix (package management)
    • mpv (media player)
    • ldd, objdump, readelf (inspecting binary files)
    • zfs (maintaining my backup filesystem)
  • @[email protected]
    link
    fedilink
    21 year ago

    argos-translate for offline machine language translation.

    tmux & neovim for editing files and organizing the terminal displays.

    asciinema for recording and playing back terminal sessions.

  • CupcakeRob
    link
    fedilink
    2
    edit-2
    1 year ago

    zoxide, makes file navigating so much easier.

    btop is gorgeous ofc.

    cheat, for cheat-sheets.