this post was submitted on 31 Aug 2025
66 points (98.5% liked)

Linux

13691 readers
486 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
all 11 comments
sorted by: hot top controversial new old
[–] SlartyBartFast@sh.itjust.works 20 points 8 months ago (2 children)

That's the name of the turtle on Discworld

[–] absGeekNZ@lemmy.nz 6 points 8 months ago

Something something magical shell history

[–] FizzyOrange@programming.dev 6 points 8 months ago (1 children)

There's also McFly which I slightly prefer, just because the interface looks a bit nicer. Although it does have an annoying missing feature - you can't scroll through the history.

[–] rikudou@lemmings.world 3 points 8 months ago

I use that one too but the development isn't really active anymore.

[–] just_another_person@lemmy.world -1 points 8 months ago (1 children)
[–] beerclue@lemmy.world 8 points 8 months ago (1 children)

i for one can't be bothered to remember, for example, the syntax to add a new gitlab project to the allowed list of a hashicorp vault policy :) - i use zsh with fzf and ag, so i ctrl+r to find the last time i used this, adjust, execute.

there are many use cases for checking out your shell's command history...

[–] just_another_person@lemmy.world 4 points 8 months ago (2 children)

That's not my point. Every shell already has history. What's the difference here?

[–] hallettj@leminal.space 4 points 8 months ago
  • It has a nice interface for searching history - nicer than the history search included with the shells I've used
  • It has a "workspace" mode - it remembers which directory commands were run in, which gives you the option to limit history search to commands run in the same directory, which are often most relevant to the project you're working on in that directory
  • If you want you can back up, or sync history to multiple machines. I know I've been in situations where I know the command I want is in history, but it's in history on my desktop, and I'm on my laptop at the moment
[–] JadedBlueEyes@programming.dev 1 points 8 months ago

Bash by default limits history to ~1000 items iirc, and doesn't store anything but the command itself