• 299792458ms@lemmy.zip
    link
    fedilink
    arrow-up
    6
    ·
    1 day ago

    I try to remember commands backwards by how they look(<command> <flags> <arguments>), if they are short, have capital letters and so on… Is that weird? If I give up I open the history file or my good ol’ cheat sheet.

      • MonkeMischief@lemmy.today
        link
        fedilink
        arrow-up
        1
        ·
        37 minutes ago

        Oh. My. Word.

        I thought I was clever by using history | grep <bit of command I remember>

        I KNEW there had to be a better way!

      • 299792458ms@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        21 hours ago

        Thank you, I already have it configured with fzf aswell, and another to search folders to jump to them.

      • 299792458ms@lemmy.zip
        link
        fedilink
        arrow-up
        3
        ·
        20 hours ago

        I did use it but the only real benefit for me as a hobbyist was the git status indicator on the prompt and the easy to configure prompt. The rest of the indicators did not help me since I’m not a developer. Now I just have my custom prompt with colors, and custom git info.

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          19 hours ago

          But it autocompletes pretty well, isn’t it? 🤔or was it fish doing that

          • PoolloverNathan@programming.dev
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 hours ago

            Fish does history autocomplete, not Starship — you still have autocomplete using unconfigured Fish, and you don’t get autocompletion by enabling Starship for other shells.

          • 299792458ms@lemmy.zip
            link
            fedilink
            arrow-up
            3
            ·
            19 hours ago

            I quite sure fish has it, but I use zsh without autocompletions, I just press tab until I find what I need. And the fzf history shortcuts for the rest.