Star Trek Website
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
0x4E4F@sh.itjust.works to linuxmemes@lemmy.world · 3 年前

Linux terminal users be like

sh.itjust.works

message-square
98
link
fedilink
672

Linux terminal users be like

sh.itjust.works

0x4E4F@sh.itjust.works to linuxmemes@lemmy.world · 3 年前
message-square
98
link
fedilink
alert-triangle
You must log in or # to comment.
  • not_neno@lemmy.world
    link
    fedilink
    arrow-up
    75
    ·
    3 年前

    ctrl + r gang

    • Doolbs@lemmy.worlddeleted by creator
      link
      fedilink
      arrow-up
      10
      ·
      3 年前

      Holy Crap. I have gotten into the arrow up mode. Then I went to History.

      But, but, but ctrl + r. Holy crap.

      Thank you kind sir or madam.

      • nous@programming.dev
        link
        fedilink
        arrow-up
        10
        ·
        3 年前

        If you enjoy that, then let me introduce you you fzf - a fuzzy finder that has support for replacing ctrl + r in shells with fuzzy matching. Among other uses.

        https://github.com/junegunn/fzf#key-bindings-for-command-line

        • Doolbs@lemmy.worlddeleted by creator
          link
          fedilink
          arrow-up
          1
          ·
          3 年前

          Thank you very much.

      • not_neno@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        3 年前

        Man I over use it at work - even when sitting in front of a pwsh prompt

        • raspberry_confetti@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          3 年前

          pwsh with nushell is pretty good

    • jrandiny@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      3 年前

      You can also install https://github.com/dvorka/hstr to supercharge your ctrl+r

      • Skuldugery@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        3 年前

        I can recommend fzf since it also supports searching the current directory

      • tlf@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        3 年前

        This is it, my first saved comment on lemmy

    • frank@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      3 年前

      Is there a MacOS versión of this? Asking for a friend.

      • nous@programming.dev
        link
        fedilink
        arrow-up
        8
        ·
        3 年前

        It’s the same, ctrl + r. It is a bash/shell thing so works on any os that uses bash or similar shells. Note, it is not the command key, but ctrl, unlike a lot of other shortcuts on macos.

      • kentaromiura@feddit.it
        link
        fedilink
        arrow-up
        2
        ·
        3 年前

        Finally the ls command!

    • Linssiili@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      3 年前

      Fish gang arise (no need for ctrl+r, just press up)

  • RomanRoy@lemmy.world
    link
    fedilink
    arrow-up
    38
    ·
    3 年前

    Ctrl R > start typing

    You’re welcome to have your life changed

    • Contend6248@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      What the actual… Thanks

  • kentaromiura@feddit.it
    link
    fedilink
    arrow-up
    27
    ·
    3 年前

    Finally the ls command!

  • MinusPi@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    19
    ·
    3 年前

    Up up up up up up up up up oh wait down

    • lukalot@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      3 年前

      you allllways overshoot

      • FarLine99@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        3 年前

        Based

  • jg1i@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    3 年前

    Bruh. Ctrl-r

    • ianhclark510@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      2
      ·
      3 年前

      you’re amazing, this is going to change how I use fish

    • PlasticExistence@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 年前

      For real. Alternatively use alias to reassign a command to something shorter if it’s one you’re always searching for later. I use ‘update’ as an alias for ‘apt update && apt upgrade -y && apt autoremove && apt autoclean’

    • 2ez@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      Or the history substring search plugin for zsh showing inline history as you type, like fish.

  • Joe B@lemmy.world
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    3 年前

    ctrl + r then enter phrase

    • reblochon@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      3 年前

      With fzf!

      • Joe B@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

        I haven’t been on linux in a while but i remember using a file manager that had fuzzy finder and it was nice. I miss linux actually. oh well!

  • rln@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    3 年前

    Bro, do you even ^R ?

  • Ken Oh@lemm.ee
    link
    fedilink
    arrow-up
    8
    ·
    3 年前

    ctrl+p gang RISE UP

  • gnuplusmatt@aussie.zone
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    3 年前

    ~/.bash_history is where my documentation lives

    • b3nsn0w@pricefield.org
      link
      fedilink
      arrow-up
      3
      ·
      3 年前

      yeah, the other day i was supposed to remove a restriction from a router that was some custom thing built on a raspberry pi. i logged in, started messing around, trying to figure out the system, and of course i looked at bash_history because why not, i’m unfamiliar with the setup so it seemed like a good place to start. up until i found some commands editing it. so i’m like

      $ export HISTFILE=/dev/null # alright, two can play this game
      

      it ended up being a simply cron job that runs a script that starts and stops hostapd every once in a while. i didn’t disable the cron job, i just commented out a critical line from the stop script. happy debugging to the sysadmin, lol

  • Norgur@discuss.tchncs.de
    link
    fedilink
    arrow-up
    8
    ·
    3 年前

    cat /var/www/vhosts.d/l[tab]o[tab]l[tab]a[tab]…

    • 0x4E4F@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      4
      ·
      3 年前

      lola 🤨?

      • Norgur@discuss.tchncs.de
        link
        fedilink
        arrow-up
        7
        ·
        3 年前

        cat /var/www/vhosts.d/lolanotherfilehasthesamenamebutwith1.conf

        • 0x4E4F@sh.itjust.worksOP
          link
          fedilink
          arrow-up
          2
          ·
          3 年前

          Oh 🤣🤣🤣

  • drcouzelis@lemmy.zip
    link
    fedilink
    arrow-up
    6
    ·
    3 年前

    Time to up your game with Ctrl + R reverse search! 🤓

    • 0x4E4F@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      Oh, and Ctrl + Shift + R brings you back in the search, niiiiice.

      Thank you kind stranger 👍 ☺️.

      • bronzing@lemmy.fmhy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

        Look up fzf for luxury treatment

  • someacnt_@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    3 年前

    Woah. Quality of meme in this site amazes me.

    • 0x4E4F@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      3 年前

      It’s more or less like on reddit, but less users.

      • raspberry_confetti@sh.itjust.works
        link
        fedilink
        arrow-up
        9
        ·
        3 年前

        *fewer

        • unstable_confusion@lemmy.fmhy.ml
          link
          fedilink
          arrow-up
          6
          ·
          3 年前

          It’s more or fewer like on Reddit, but with less users.

  • CthulhuDreamer@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 年前

    Or history | grep {command}

    • karson777@social.fossware.space
      link
      fedilink
      arrow-up
      2
      ·
      3 年前

      i have a alias for h which is history, then hg which does this and i can search my whole 52 thousand line history file and find anything i’ve ran

  • jogurt@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 年前

    I usually do ctrl+r but with zsh I can type the beginning of the command and press up and it will search that way too.

    • 0x4E4F@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      2
      ·
      3 年前

      fish automatically searches as you type, just start typing and press -> when you find the command you need.

      • nodiet@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        3 年前

        Zsh does the same, though I think you need oh my zsh and a plugin for it.

  • corvett@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 年前

    history | grep term

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: !linuxmemes@lemmy.world

Hint: :q!


Sister communities:
  • !tech_memes@lemmy.world
  • !memes@lemmy.world
  • !lemmyshitpost@lemmy.world
  • !risa@startrek.website

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.
  • Don’t come looking for advice, this is not the right community.
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.

  • 956 users / day
  • 1.3K users / week
  • 5.63K users / month
  • 16K users / 6 months
  • 81 local subscribers
  • 31.9K subscribers
  • 2.26K Posts
  • 129K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.worlddeleted by creator
  • zephyr@lemmy.world
  • Err(()).unwrap()@lemmy.world
  • BE: 0.19.19
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org