5 Awesome Linux Terminal Tools You Must Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น •

  • @Sizzlik
    @Sizzlik ปีที่แล้ว +122

    Most usefull thing i learned this year was that two exclamation marks repeat the last console entry. You know when you typed a long one liner, hit enter...no permission. Forgot to add sudo. Now instead of typing again..just "sudo !!". Come in more handy then one might think

    • @jpcampbell
      @jpcampbell ปีที่แล้ว +6

      Yeah, I’ve been using that since the 90s and still use it daily!! If you like that, use !$ for running a command against the last argument of the last command. You’ll use it even more than !!

    • @Person1873
      @Person1873 ปีที่แล้ว

      You can also do ! Before a command you've run previously if you need to do the same again.
      Handy if you're prototyping your .bashrc or something

    • @Person1873
      @Person1873 ปีที่แล้ว

      Eg if you ran
      $source ~/.bashrc
      You can later run
      $!source

    • @sevenelven
      @sevenelven 10 หลายเดือนก่อน +2

      So before you'd type the whole thing again instead of using up arrow?

    • @Sizzlik
      @Sizzlik 10 หลายเดือนก่อน +1

      @@sevenelven the up arrow just goes up one step in history, you would need to move the cursor to the start of the line and enter sudo if you only forgot to enter it before. Instead you can type sudo !! and the !! gets replaced with whats 1 step up in history. There are many uses for it but i mostly use it for when i forget to put sudo in front of the last command. Or !$ to just use the argument of the last comand.

  • @apina2
    @apina2 ปีที่แล้ว +240

    1:42 top, htop and btop
    7:02 fzf
    10:26 ffmpeg and tldr
    16:05 neovim
    19:30 neofetch
    21:08 cmatrix

    • @StaffyDoo
      @StaffyDoo ปีที่แล้ว +20

      Thx mah dude, you saved me some good time here. Signing off.

    • @dkeiti
      @dkeiti ปีที่แล้ว +1

      @@StaffyDoo 2

    • @antoniobragah8305
      @antoniobragah8305 ปีที่แล้ว +2

      Thanks for the timeline, this is awesome.

    • @TECHiHOBBYIST
      @TECHiHOBBYIST ปีที่แล้ว +1

      Thank You mate.

    • @adrianalexandrov7730
      @adrianalexandrov7730 ปีที่แล้ว

      imagemagick

  • @nmdra
    @nmdra ปีที่แล้ว +55

    My Favourite terminal tools👇
    Zoxide (cd alternative)
    Exa (ls alternative)
    Fd (find alternative)
    Tealdeer (fast tldr fork)
    Tmux + Neovim
    Bat (cat alternative)
    Delta (git difftool)
    Glow (markdown viewer)
    LF (terminal file manager)
    FZF
    Htop
    🙂 Zsh >>>> Bash

    • @NeuralNine
      @NeuralNine  ปีที่แล้ว +12

      I definitely have to look into tmux

    • @nmdra
      @nmdra ปีที่แล้ว +3

      ​@@NeuralNine Try some other Terminal like Alacritty or Kitty.🙂

    • @xXPerditorXx
      @xXPerditorXx ปีที่แล้ว +3

      @@NeuralNine neofetch | lolcat -t
      sl -acdFl

    • @ricardokullock2535
      @ricardokullock2535 ปีที่แล้ว +4

      And most of those are in rust :)
      The rust version from htop i believe it is called ytop
      Zoxide is awesome!
      I prefer lsd to exa
      Ripgrep is an alternative to grep

    • @ricardokullock2535
      @ricardokullock2535 ปีที่แล้ว +3

      Another fun one is "cowsay"

  • @websterolson1184
    @websterolson1184 ปีที่แล้ว +10

    I've been using Linux for over 25 years, started with Slackware. I learned from this video and greatly appreciate the knowledge share. Much respect for the way you explain these tools.

    • @websterolson1184
      @websterolson1184 ปีที่แล้ว +1

      I still use vim because I just can't quit it. ;)

  • @Frankkz
    @Frankkz ปีที่แล้ว +29

    How did I not know about tldr!? It's amazing, I learn better by example so this is perfect, thanks for sharing!

    • @coffeemaddan
      @coffeemaddan ปีที่แล้ว +3

      In my mind, i knew somebody must have written a tool like this. The syntax for tar, zip, gunzip and the rest drive me crazy and the documentation is headache inducing. I'll be installing it immediately. Wish it was a default feature tbh.

    • @rul1175
      @rul1175 2 หลายเดือนก่อน

      I agree.

  • @andrewgluck8740
    @andrewgluck8740 ปีที่แล้ว +8

    This was a good list.
    I would like to say that when you get good with it, neovim is way more viable for large projects than you give it credit for. There is a steep learning curve to get there though. When you get there though you will be so much faster and more efficient than any other editor like vscode.
    Some other tools you might like
    Zoxide - fuzzy find over commonly visited directories.
    Zellij - terminal multiplexing like tmux but way better, and very user friendly.
    Ripgrep - grep on steroids! 😮

  • @olafschermann1592
    @olafschermann1592 หลายเดือนก่อน

    It was awesome to meet you in person yesterday.

    • @NeuralNine
      @NeuralNine  หลายเดือนก่อน

      Likewise! :)

  • @johnvalentine3024
    @johnvalentine3024 11 หลายเดือนก่อน +1

    Thanks. This is good stuff. Also, getting more great info/tips from the comments, which YOU inspired! ha--I love it!

  • @MICOLO253
    @MICOLO253 ปีที่แล้ว +15

    If you are often using terminal through ssh I would also consider here "screen". This tool allows you to have multiple "virtual" screens of terminal open simultaneously, and even open a terminal session, close whole ssh connection and then continue this session after re-connecting with ssh, great tool

    • @glidersuzuki5572
      @glidersuzuki5572 ปีที่แล้ว +16

      Or tmux

    • @ouraccount8447
      @ouraccount8447 ปีที่แล้ว +1

      Tmux is the best provided u have ur custom config with all the plugins and shortcuts u want

    • @AtanasStoyanov
      @AtanasStoyanov ปีที่แล้ว +2

      tmux - this is the way

    • @马剑-i2q
      @马剑-i2q ปีที่แล้ว

      tmux is the best

    • @dx42
      @dx42 ปีที่แล้ว

      Totally!!

  • @danielstellmon5330
    @danielstellmon5330 ปีที่แล้ว +2

    Clear command: when your terminal is full and you want a clean slate. Extra useful when you are giving a presentation or recording a video and you want to switch topics.

  • @jesse9999999
    @jesse9999999 ปีที่แล้ว +39

    Combine neovim with telescope and harpoon and you can definitely use it in bigger projects!

    • @AlizJaytay
      @AlizJaytay ปีที่แล้ว +1

      Added neotree with the plugins you mentioned and I find myself going back to VS code less and less

    • @seventrancegamer4576
      @seventrancegamer4576 ปีที่แล้ว

      ​@@AlizJaytay yay now share the files

    • @Mr0rris0
      @Mr0rris0 ปีที่แล้ว

      Shiver me timbers and stiffen me lip. Thar be WHITE WHALES!!!
      🥚

    • @umop3plsdn
      @umop3plsdn ปีที่แล้ว

      @@seventrancegamer4576 install lunarvim it installs all those and then some with sane defaults AND you still can make your own nvim because it makes its own instance under lvim

    • @MiningForPies
      @MiningForPies ปีที่แล้ว

      Or just use vscodium

  • @lordalangman
    @lordalangman ปีที่แล้ว +3

    I was able to use most of these tools on my Termux Terminal 😊

  • @kylecurry6841
    @kylecurry6841 ปีที่แล้ว +7

    Personally I'm still a fan of Webmin. Sure some modules aren't worth using, but majority of the basic modules like it's file browser, and status dashboard are definitely worth it's use/installation, while the latest versions feature a revised in-browser terminal emulator that's pretty solid so that when you factor in all the features mentioned, I tend to use these when editing and working with semi-production scripts in Linux, especially on headless systems.

  • @ashkenaze
    @ashkenaze ปีที่แล้ว +2

    if you're talking about ffmpeg, you should mention imagemagick as well, nothing vome close to it for image batch processing.

  • @bazoo513
    @bazoo513 ปีที่แล้ว +2

    tldr is a good starting point before you actually RTFM, which you should.

  • @thak777
    @thak777 ปีที่แล้ว +2

    Great video. I've used Linux for decades and didn't know about some of these tools. Thanks for sharing!

  • @bazoo513
    @bazoo513 ปีที่แล้ว +3

    9:45 - Forgot about *stty* command, did we, eh? 😀 (You should have typed "stty sane" and your echo and return after linefeed would have been turned back on.)

    • @Sylvan_dB
      @Sylvan_dB 6 หลายเดือนก่อน +1

      and if `stty sane` doesn't do it, then `reset`
      I cannot remember the last time I had to close and reopen a misconfigured terminal.

  • @JavierGonzalez-cl6pu
    @JavierGonzalez-cl6pu 2 หลายเดือนก่อน

    please, in the end of video, How did you do the tiling with your keyboard? its a popOs feature or something you installed?

  • @TheLazyJAK
    @TheLazyJAK ปีที่แล้ว +1

    Man, btop and speedcrunch right out the gate? Subscribed. 🤣

  • @juliusrowe9374
    @juliusrowe9374 ปีที่แล้ว +2

    Very useful tutorial! Thanks for sharing!

  • @50_Pence
    @50_Pence ปีที่แล้ว

    So good. Been using Linux since 2007 hadn't heard of any but htop. Thanks

  • @cj-ip3zh
    @cj-ip3zh ปีที่แล้ว +2

    is there a way to make btop show the network usage associated with each process?

  • @aiklk
    @aiklk ปีที่แล้ว +3

    can you create a video to talk about window tiling setup? This is really useful but there are many ways out there to config, I like yours.

  • @bazoo513
    @bazoo513 ปีที่แล้ว +4

    It would be useful to mention locate/updatedb together with fuzzy find - running "raw" find on a large disk can be rather slow.

  • @_stokyo_
    @_stokyo_ 11 หลายเดือนก่อน

    Love the Flex. Fellow windows users will be quivering in their Berckonstocks. What was the terminal window manager bit you did to get them left/rigth split etc?

  • @iverbrnstad791
    @iverbrnstad791 4 หลายเดือนก่อน

    17:00 "I know for large projects, for large code bases it's not very viable", that had me triggered. Have worked as a dev for several years, and I have yet to run up into that problem. Neovim is life.

  • @willmoorby9781
    @willmoorby9781 ปีที่แล้ว

    What is the window management tool that you use? I noticed it right at the end 21:45

    • @binbashbuddy
      @binbashbuddy ปีที่แล้ว +1

      Think he's running pop_os, it's kind of like a combination mutliplexer/desktop. It's actually very good, it's my os, but I use i3wm rather than the pop_os interface just because I've used it so many years.

  • @gabriele.marano
    @gabriele.marano 10 หลายเดือนก่อน

    Hi, could you tell me the name of the gnome extension you use for tiling? Thank you.

  • @qnprogrammer
    @qnprogrammer ปีที่แล้ว

    Wow, the tldr command is a badass. Thanks!

  • @satackett
    @satackett ปีที่แล้ว +3

    How is tldr not super mainstream? That should be one of the 1st commands you learn.

  • @NoNameFoundTV
    @NoNameFoundTV ปีที่แล้ว +2

    "If you have Arch, you can flex even more!" That made me laughing hard! Nice content brother, keep it up! 👍👍👍

  • @MandosaWright
    @MandosaWright ปีที่แล้ว +1

    Oh, man. That 'tldr' tool is pretty cool

  • @mph8759
    @mph8759 ปีที่แล้ว

    What I’d be interested to see is whether they will warp again when drying. After all wet boards are no good..

  • @cornersofcreativity
    @cornersofcreativity ปีที่แล้ว +1

    What processor do you have in your machine?

    • @coffeemaddan
      @coffeemaddan ปีที่แล้ว

      Ryzen 7 5800 I think. Shows on screen when he's demonstrating btop

  • @Ben_EH-Heyeh
    @Ben_EH-Heyeh ปีที่แล้ว

    Instead of vim, how about Lem Editor?

  • @thomasluk4319
    @thomasluk4319 ปีที่แล้ว +1

    How can u split the terminal like that

    • @ouraccount8447
      @ouraccount8447 ปีที่แล้ว

      tmux

    • @thomasluk4319
      @thomasluk4319 ปีที่แล้ว

      @@ouraccount8447 i know tmux could do so, but in the way he shown, seem there are multiple terminal instead of one windows with 3 panes

    • @apina2
      @apina2 ปีที่แล้ว +1

      I believe he is using a tiling feature of PopOS
      Here's a Linux Cast video about that: th-cam.com/video/8sHhWpDPZ4Q/w-d-xo.html

    • @thomasluk4319
      @thomasluk4319 ปีที่แล้ว +1

      @@apina2 I see, thanks.

  • @Fuxy22
    @Fuxy22 ปีที่แล้ว +1

    I'm liking btop, fzf and tldr; got no time to lirn vim like editor key combinations

  • @TheVirtualFuture-By-WB
    @TheVirtualFuture-By-WB ปีที่แล้ว

    Quick and straight forward.. Tanx / Danke

  • @cevmantius
    @cevmantius ปีที่แล้ว +2

    i am using pdfunite for merging pdfs. its great to know

  • @samoylov1973
    @samoylov1973 ปีที่แล้ว +3

    Thank you for this video. Please do more like this.
    As for fzf - it searches gorgeously, but not only. It gives back(!) found value. That is why it is possible to use fzf in such a way:
    vim $(fzf)
    mpv $(fzf)
    and even have preview of files on fly while searching with fzf. Here's one from my aliases is .zshrc.
    pf='fzf --preview='\''bat --color=always --style=plain {}'\'' --bind k:preview-up,j:preview-down'
    (use vim-keys to scroll preview part, if it is longer, than one page)

  • @Sapling_LL
    @Sapling_LL 9 หลายเดือนก่อน

    Thanks for sharing , by the way , I'm currently learning C and java as start-up languages using vscode as my default editor , is it necessary for me to explore neovim? One flaw about code is that every time I open a file through yazi, it jumps right into vs ,it's a little disturbing.Neo seems to be smooth

  • @badral-balushi5911
    @badral-balushi5911 ปีที่แล้ว

    Already gave it a like at the first section "top" ✌️✌️✌️

  • @markhuckeby80
    @markhuckeby80 ปีที่แล้ว

    I am running Ubuntu 23.10, and I am hoping you have an answer for this. I use Teams for class, and I cannot share my screen from the app, everything else on the app works fine. I have read that it is a problem with Wayland. I do not want to use X11. Is there a workaround where I can still use the Teams app? Thank you!

    • @DefCantGame
      @DefCantGame ปีที่แล้ว

      Are you using Wayland or xOrg? Believe has been an ongoing issue with Wayland support, xorg should work fine/is the only work around unless you want to use the web client

  • @BrentMalice
    @BrentMalice 6 หลายเดือนก่อน

    BASED ty, tldr was amazing

  • @wilsonfreitas8418
    @wilsonfreitas8418 ปีที่แล้ว +1

    I would include tmux on my list.

  • @rajeev-tamang
    @rajeev-tamang 10 หลายเดือนก่อน

    can anyone suggest what could be best alternative of xshell in LINUX

  • @yaokaledzie882
    @yaokaledzie882 10 หลายเดือนก่อน

    I wished I knew about tldr. Thanks man

    • @NeuralNine
      @NeuralNine  10 หลายเดือนก่อน

      Now you know :)

  • @dandiyuanaridianto4391
    @dandiyuanaridianto4391 ปีที่แล้ว

    Anyone have an issue with 'tldr ffmpeg' it says no entry for ffpeg. I'm running in wsl2

  • @josefont11
    @josefont11 ปีที่แล้ว

    Hi! thanks. That was very educational video. I will take a look at neovim.

  • @maurolimaok
    @maurolimaok 11 หลายเดือนก่อน

    Nice tips. Thanks!

  • @bazoo513
    @bazoo513 ปีที่แล้ว

    I wholeheartedly agree with neovim recommendation.

  • @fixer1140
    @fixer1140 ปีที่แล้ว +1

    Cmatrix is nice and everything, but I raise you Unimatrix. Give it a try, you won't regret it

  • @rrr92462
    @rrr92462 ปีที่แล้ว

    Loaded btop right away. Great upgrade over htop.

  • @gjermundification
    @gjermundification ปีที่แล้ว

    neovim should work well with any number of files, perhaps you need to configure some kind of fuzzy search for gf / harpoon? Jump to definition, and so on. Did you see Neovim from 0 to LSP by the primeagen?

  • @ssh17hx0r
    @ssh17hx0r ปีที่แล้ว

    This is fantastic!
    Thank you

  • @webflyer035
    @webflyer035 ปีที่แล้ว

    22:19 I WAS using arch btw

  • @MidasGoldKing
    @MidasGoldKing ปีที่แล้ว

    Much appreciated. Thank you!

  • @hayoudoing
    @hayoudoing 11 หลายเดือนก่อน

    btop is awesome. thanks dude

  • @JeremyFisher711
    @JeremyFisher711 ปีที่แล้ว

    cool video! Thanks

  • @Barbarian.Streisand
    @Barbarian.Streisand ปีที่แล้ว +1

    I’ve got a sneaking suspicion this guys got a ponytail. 🤔 Can anybody in the comments confirm or deny?

    • @m3ll0f3ll0
      @m3ll0f3ll0 5 หลายเดือนก่อน

      Subbed, now i have to know

    • @Barbarian.Streisand
      @Barbarian.Streisand 5 หลายเดือนก่อน

      @m3ll0f3ll0 how can we procure such information. My ponytail radar is set to "man-bun". I can't reset it now. It'll mess up my whole operation

  • @alexanderdryagin4230
    @alexanderdryagin4230 ปีที่แล้ว

    I’m not sure that understand reason not using vim in the big projects. Just use ctags or modern lsp!

  • @CyberLinux-g2p
    @CyberLinux-g2p 18 วันที่ผ่านมา +1

    thanks, i didn't know btop.

  • @tobyzieglerrr
    @tobyzieglerrr ปีที่แล้ว

    great tools, instantly got btop... perfect. tldr also great, neovim and neofetch i will evaluate 🙂 thanks

  • @MiBaLinuxTech
    @MiBaLinuxTech ปีที่แล้ว

    Great Tutorial Thank You

  • @joegravel2488
    @joegravel2488 11 หลายเดือนก่อน

    btop its a snap not shure i whant to install on my konsole

  • @santidev_
    @santidev_ ปีที่แล้ว

    Tldr is awesome! Thank you so much!

  • @rotflol6666
    @rotflol6666 ปีที่แล้ว +1

    bashtop and bpytop are predecessors to btop, from bash to python to binary ;-)

  • @umop3plsdn
    @umop3plsdn ปีที่แล้ว

    not sure the difference between bashtop and btop++ but the same guy makes them and they look relatively the same. Some point i gotta look up the differences lol

  • @JorneDeSmedt
    @JorneDeSmedt ปีที่แล้ว

    Yes, cmatrix is nice, but have you seen unimatrix?

  • @deveshbhati8852
    @deveshbhati8852 ปีที่แล้ว

    How can we connected?

  • @zekenacho
    @zekenacho ปีที่แล้ว +3

    why have you changed your accent lol, this is the first video of yours i’m watching in a year or so and you never sounded like this🤣🤣 great video though

  • @nekoill
    @nekoill ปีที่แล้ว +1

    YESS
    MORE TERMINAL APPS

  • @nobody2937
    @nobody2937 ปีที่แล้ว

    I love this man... ^_^ Thank you ...

  • @rul1175
    @rul1175 2 หลายเดือนก่อน

    I just open 4 tiles with btop @ 1ms update, htop 1ms update, neofetch, and neovim. I type furiously while the murmur "He is busy saving the world."

  • @Sub0x-x40
    @Sub0x-x40 11 หลายเดือนก่อน

    btop is awesome tool thanks for that

  • @dragonsage6909
    @dragonsage6909 ปีที่แล้ว

    Thanks, I'll give nvim a try..

  • @straightup7up
    @straightup7up ปีที่แล้ว +1

    fzf is awesome!

  • @EffToyz
    @EffToyz ปีที่แล้ว

    doom emacs, could be run with -nw

  • @algonix11
    @algonix11 10 หลายเดือนก่อน

    iotop is must have too

  • @Error8x8
    @Error8x8 6 หลายเดือนก่อน

    12:30 Or you could just use ffmpg's easy to use gui

  • @BitsOfTruth
    @BitsOfTruth ปีที่แล้ว

    I like bpytop I am told it was written in Python explains the name.

  • @pandacongolais
    @pandacongolais 11 หลายเดือนก่อน

    Nice? Linux, definitely Linux !
    But when you cannot avoid working under windows, there are few solutions. My favorite now is git, because it brings bash and some of the most common and useful CLI commands (find, grep, awk, sed, ...).
    Many years ago, I used Cygwin. It's a pain in the a**, it will steal one or two days of your life for installation and configuration. But it so complete you even get an X server too. All other X server running under windows I found were commercial products.
    MinGW is in between, or not ? I don't know it very well.
    By the way, am I the only one to feel very uncomfortable with the idea of Micro$oft providing a Linux subsystem, including it's own modifications ?

  • @fleshwound8875
    @fleshwound8875 ปีที่แล้ว

    Pop OS nice choice

  • @stacyhackney6100
    @stacyhackney6100 ปีที่แล้ว

    Thank you

  • @faster_than_bugs
    @faster_than_bugs ปีที่แล้ว +2

    tldr didn't find anything for me. I had to do a tldr --update to refresh cache and then it worked.

  • @dorianvedel1910
    @dorianvedel1910 ปีที่แล้ว

    nvim 0.6 shocked me, you can update to 0.9

  • @raughboy188
    @raughboy188 9 หลายเดือนก่อน

    I like vim, the original one.

  • @Cmdrlucky8
    @Cmdrlucky8 ปีที่แล้ว

    Brah needs telescope and harpoon for nvim

  • @only2sea
    @only2sea ปีที่แล้ว

    Hmm..... Emacs has them all.... Including vim.

    • @rul1175
      @rul1175 2 หลายเดือนก่อน

      nobody ask you.

  • @FoWDarthLi
    @FoWDarthLi ปีที่แล้ว

    broot is better than fzf for finding files

  • @banda_de_musica_de_adoraci8227
    @banda_de_musica_de_adoraci8227 ปีที่แล้ว

    wow nice!!!

  • @AeroTechRevolve
    @AeroTechRevolve ปีที่แล้ว

    i want this wallpaper

  • @Jonathan-ru9zl
    @Jonathan-ru9zl ปีที่แล้ว +1

    I don't understand why Linux is useful for the average user. Couple of points:
    It asks for the password everyone once in a while, maybe 100 times a day, wasting your time. If you're not lucky, linux can't detect even right password
    I think this feature archaic and a burden for the average user
    It isn't compatible with many software programs and drivers
    I'm developing in Linux for embedded, but for my daily use, I'm happy with Windows
    Can you explain why would I use Linux?

    • @MrVanshajSaxena
      @MrVanshajSaxena 11 หลายเดือนก่อน +1

      This is not the best place to ask the questions to which the answers you are seeking. I can tell you this, Linux has its power in its open-source democratic software evolution.
      Which means you are not bound to the specifics of what you're offered when you first install a proprietary operating system, like Windows or MacOS. It is upto you, as a user to decide how much tinkering you do, you can always let the defaults unchanged if you're comfortable. Also Windows is bloated with software that you don't need along with telemetry that tracks your every bit of movement or action that you do on your computer, and that data is sent to remote servers. Linux on other hand is transparent and provides ways to change your privacy settings. Linux is fast.;⁠)

  • @T313COmun1s7
    @T313COmun1s7 ปีที่แล้ว

    btop FTW!

  • @itsSujeetMahto
    @itsSujeetMahto ปีที่แล้ว

    Haven't seen anyone using vimscript for a long time

    • @Soliprem
      @Soliprem ปีที่แล้ว +1

      ye because lua is better. Vimscript works, but lua just feels better

  • @mrblawblawblaw2335
    @mrblawblawblaw2335 ปีที่แล้ว +1

    Can anyone recommend best bi tool for Ubuntu

    • @atlantic_love
      @atlantic_love ปีที่แล้ว +1

      You mean a tool that goes both ways?

  • @mage3690
    @mage3690 ปีที่แล้ว

    hhhh. HHHH! You're telling me, for THREE YEARS, I could've been using tldr instead of man! Excuse me a moment while I scream into a pillow -- both in anger that my past self had to read all those man pages, and in celebration that my future self won't have to (probably).

  • @vlya1533
    @vlya1533 ปีที่แล้ว

    alias cat=batcat
    alias ls=exa

  • @jarofcode9672
    @jarofcode9672 ปีที่แล้ว

    fancy!

  • @steven1000000000
    @steven1000000000 9 หลายเดือนก่อน

    tmux...?