Mac OS Terminal Tips with iTerm2

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • In this video we're going through multiple tips on how to best use the terminal and command-lines in MacOS with best use practices for power users.
    itvraag.nl
    Syntax highlighting with oh-my-zsh: • Make your Linux CLI lo...
    Windows 11 Terminal tips: • Maximize productivity ...
    iTerm2 cheat sheet: gist.github.co...
    Oh My Zsh: ohmyz.sh
    Homebrew: brew.sh
    Tree alternative command: find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'

Комментарии • 25

  • @bbrendon
    @bbrendon 2 года назад +7

    Uhh. Lots of the video isn't specific to iTerm2

  • @samykamkar
    @samykamkar Год назад +1

    Great vid, thanks! Some slightly shorter shortcuts for byte savers
    `tail -3` instead of `tail -n 3`
    `~` instead of `cd ~`
    `..` instead of `cd ..`
    '> file' instead of 'touch file'
    tree alt: find . | sed -e's;[^/]*/;|____;g;s;____|; |;g'

    • @itvraag
      @itvraag  Год назад +1

      Thanks for sharing!

  • @ko-Daegu
    @ko-Daegu Год назад +3

    how to hide the window like you ?? I don't want to see the 3 dots in top left (red green yellow)
    edit: Window -> Window Style -> No title bar

  • @LoveisHell85
    @LoveisHell85 2 года назад +4

    Excellent video. Short and full of information. Thank you

    • @itvraag
      @itvraag  2 года назад

      Glad it was helpful!

  • @muhammadwasee_m
    @muhammadwasee_m 2 года назад +2

    Such a fantastic underrated video🤩

  • @robertprimmer
    @robertprimmer 7 месяцев назад

    Nice vid.
    FWIW, if you replace ls with eza(1) -- available on brew -- you can get a nicer tree with eza: --tree -L n , where n is the depth level you want for the tree

  • @muteebakram37
    @muteebakram37 2 года назад +2

    Thanks for the information. Appericate it.

  • @r_lonef
    @r_lonef 2 года назад +1

    how to make this hinting while writing a new command, or going through directories?

    • @itvraag
      @itvraag  2 года назад +1

      Try installing oh-my-zsh with auto-complete plugin, which I've covered in this video: ruclips.net/video/IMUuElcjMdo/видео.html

    • @r_lonef
      @r_lonef 2 года назад

      @@itvraag thank you!

  • @BeeRich33
    @BeeRich33 2 года назад

    Check it out...vertical and horizontal are backwards.

  • @washedtoohot
    @washedtoohot 2 года назад +1

    Many thanks from 🇳🇱 😃

    • @itvraag
      @itvraag  2 года назад

      Graag gedaan!

  • @vijaynarayanan2836
    @vijaynarayanan2836 5 месяцев назад

    Thanks mate. Awesome tips

  • @misterl8129
    @misterl8129 2 года назад

    how can i change that in terminal says my user name but not the currently path that i am? I dont want to keep writing pwd to know this

    • @itvraag
      @itvraag  2 года назад

      Try the steps I showed in this video by customzing your prompt: ruclips.net/video/Yi0VAUmeHSI/видео.html
      Or you can assign an alias to clear the screen, list the content of current directory and pwd.
      alias c = "clear;ls -alt;pwd"
      You can also install oh-my-zsh with powerlevel10k, as I showed here: ruclips.net/video/IMUuElcjMdo/видео.html

  • @zambla5088
    @zambla5088 2 года назад +1

    Love the theme!!

    • @itvraag
      @itvraag  2 года назад +1

      Thanks! It's from oh-my-zsh. I've made video about it recently, which is in the description. ;)

  • @kiranjoshi1000
    @kiranjoshi1000 2 года назад +1

    Nice 👍🏻

    • @itvraag
      @itvraag  2 года назад

      Thanks for the visit