Maybe there is a tool that does that? Maybe I’m doing this all wrong and there is a different way I should browse?

    • valar@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      To add,

      !$ gets replaced with the last word from the previous command line

      !! Repeats the most recent command

      !-N Repeats the Nth previous command

      !string Repeats the most recent command that began with ‘string’