• Fonzie!@ttrpg.network
    link
    fedilink
    arrow-up
    46
    ·
    26 days ago

    Perhaps pressing [Ctrl]+[R] and typing to search makes it easier, I mean instead of grepping history?
    Most terminal emulators support it.

    You can also change your query (backspacing and typing again) and press [Ctrl]+[R] multiple times to go to older matches.

      • vort3@lemmy.ml
        link
        fedilink
        arrow-up
        18
        ·
        26 days ago

        Let me tell you that you can also add comments to your terminal commands and use them to search history using fzf. This might sound confusing but basically you do this:

        commandwithweirdoptions --option1=value1 --option2=value2 # run the usual thing

        Then you press Ctrl+R and type anything like «the thing», it uses fuzzy matching and finds the command in history, with a menu of other similar commands. Press enter, done.

        Note that you need to have fzf installed, otherwise there is no fuzzy matching and no menu of matching history results.

          • vort3@lemmy.ml
            link
            fedilink
            arrow-up
            4
            ·
            26 days ago

            Sure, just as I said, this would work id you don’t need menu or fuzzy matching. But I would recommend using fzf history search anyway, it’s just too good.

            • Fonzie!@ttrpg.network
              link
              fedilink
              arrow-up
              3
              ·
              26 days ago

              M-hm, I will try it as well! I was just letting people know the comment trick works regardless, cause that’s a nice tip as well!

          • tetris11@lemmy.ml
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            24 days ago

            I’ve never understood prompt decoration like this.

            How.
            Does.
            Punctuating.
            Every.
            Statement.
            Increase.
            Readability.

            • Fonzie!@ttrpg.network
              link
              fedilink
              arrow-up
              2
              ·
              24 days ago

              You meant the PS1 prompt?

              I just use one of the default oh-my-zsh themes that makes a clear line, so I can easily find the last line above a long output, for example when trying to read it back chronologically. With other PS1’s I often scroll over it without noticing.

      • LiveLM@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        25 days ago

        This looks super neat but I don’t really like the idea of sending my shell history to a third party, nor can I host my own server right now.
        Wish it was peer-to-peer like Syncthing

        • theherk@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          25 days ago

          I don’t either, but you don’t have to use that feature. I don’t. I just use with local db for that machine.