this post was submitted on 16 Dec 2025
39 points (93.3% liked)

Linux

10668 readers
346 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] stewie410@programming.dev 2 points 2 days ago

If we're including shell scripts/functions as "terminal commands":

  • bm()
    • Zoxide wasn't quite what I wanted
    • Quick jump to a static list of directories with some alias
  • mkcd()
    • Basic mkdir && cd
    • Some extra stuff for my specific workflow
  • bashlib
    • My small, but helpful, "stdlib"
  • gitclone.sh
    • git clone wrapper without needing to give a full URI
  • md2d.sh
    • pandoc wrapper
    • I'm required to provide documentation at work in docx format, so I use this to avoid Office as much as possible

If we just mean terminal applications:

A couple of bash specific items I'm using quite often these days: