happysl.app
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Carly™@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 years ago

Look, I'm lazy, okay?

lemmy.world

message-square
42
link
fedilink
209

Look, I'm lazy, okay?

lemmy.world

Carly™@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 years ago
message-square
42
link
fedilink
alert-triangle
You must log in or register to comment.
  • m15otw@feddit.uk
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 years ago

    Ctrl+R

    Then type any part of the command (filename, search string, etc)

    Ctrl+R again to cycle through the matches.

    (Best feature in bash)

    • p0q@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 years ago

      Use fzf for a more visual search.

      • LeanFemurs@lemmy.world
        cake
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 years ago

        This is the way.

    • spoopyking@lemmy.fmhy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 years ago

      Or history | grep 'command'

      • m15otw@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        Can’t just hit enter to run the one you want then, though.

        • rufus@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          2 years ago

          Type: !1234 … to run whatever history number of the command.

    • brakenium@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 years ago

      I’ve been using this for a long time, never knew I could press Ctrl + R again. Thanks!

      • wandering_nomad@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 years ago

        Ctrl + S to go the other way if you overshoot!

    • Sorse@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      Also works in fish

  • HorreC@kbin.social
    link
    fedilink
    arrow-up
    9
    ·
    2 years ago

    control shift R, then start typing, it will search your bash history

    • Rikudou_Sage@lemmings.world
      cake
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      I recommend using mcfly for that, it makes it even better.

    • mrmanager@lemmy.today
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Hmm, normally it’s just ctrl - r… Are you sure the shift is needed on your system?

      • med@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Some variants have ctrl+r bound to something else

      • lungdart@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Don’t forget fzf. That will really jazz up your history search!

        • mausy5043@lemmy.world
          cake
          link
          fedilink
          arrow-up
          0
          ·
          2 years ago

          No man entry for fzf

          • mrmanager@lemmy.today
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            2 years ago

            Ok if you want to learn Linux, you need to start web searching for stuff you hear about. :)

          • lungdart@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            https://github.com/junegunn/fzf

            I recommend installing it as an oh-my-zsh plugin, but it’s not hard to get running in vanilla zsh/bash

    • fuckstick@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      This. It took a while for it to sink in but now it’s muscle memory and a huge time saver

      • Bipta@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        2 years ago

        What now? What is r? How does this work?

        • fuckstick@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 years ago

          CTRL+R brings up a prompt and allows you to search through commands you’ve run before. If you’ve run different variations of the command hitting CTRL+R or CTRL+SHIFT+R cycles through commands similar to what you’ve typed out.

          • gaiussabinus@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 years ago

            I’m new to linux and i’ve been using $history | grep <thingy>. This information is very useful, thank you.

            • fuckstick@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 years ago

              Sure thing! There’s lots of ways to do the same things, but either way stops you from hitting the up key a bajillion times

  • tobier@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    This is why I switched to fish; it seems to be much smarter understanding what I want to type.

    • amos@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 years ago

      Yeah it’s great how ctrl-r is kinda the default instead of something you have to go out of your way to use. Just start typing a command and the up arrow will only cycle through history that matches what you’ve typed so far.

  • Aceticon@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    It’s like the bus-stop-paradigm: If I wait just a bit longer and it will come. Meanwhile it would’ve been faster to walk.

  • ttk@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    fzf masterrace

  • Sketchpad01@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    Using the history command just to find the specific IP I need to ssh to

  • skomposzczet@vlemmy.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    up, up, up, up, up, cd …, ah there it is.

  • billygoat@lemmy.fmhy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I’ve always used set -o vi. Let’s you use vi commands on the bash prompt.

  • 737@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    i use vi mode in zsh for that reason, its pretty good

  • Noah Jorgensen@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I just manage to forget what to type and I’m too lazy to look it up. that and I’m lazy

  • corytheboyd@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    https://github.com/junegunn/fzf

  • Slayer 🦊@lemmy.fmhy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I just use the ‘fuck’ command after lazily typing letters that somewhat match the command I want to run

  • runswithjedi@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    deleted by creator

  • Badland9085@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    To anyone who uses vim mode, ? lets you search through your stored command history, from normal mode ofc.

  • vimdiesel@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬇️ ⬇️

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Hint: :q!


Sister communities:
  • [email protected]
  • [email protected]
  • [email protected]
  • [email protected]

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.14K users / day
  • 3.12K users / week
  • 7.75K users / month
  • 19.8K users / 6 months
  • 1 local subscriber
  • 25.9K subscribers
  • 1.72K Posts
  • 95.6K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.11
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org