Building your own tools on the command line [Terminal Velocity 5]

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

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

  • @diogoanjos3160
    @diogoanjos3160 Год назад +6

    Really nice content, Andrew! Impressive how much serendipity one can go through in just 9mins :)

  • @techwithmarco
    @techwithmarco Год назад

    Awesome video 💪 I also want to get more into shell scripting.
    Keep it up! Subscribed 😊

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

    very creative!.. thanks Andrew. Anyone knows if there is a way to avoid copying de CR ?

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

    Great content. Thank you for demonstrating the power and beauty of the Unix Philosophy.
    One way I accomplished the same experience is by invoking a fuzzy finder in vim by calling a vim command from the command line, like `vim +Rg!` (assumes you have fzf.vim installed), which is further conveniently aliased to `virg`, among other shortcuts like `vim +Lines!` , `vim +GFiles!`, `vim +Files!`, `vim +Commits!`, ...etc.
    😅

    • @andrew-burgess
      @andrew-burgess  2 года назад

      Love it! I’ve used fzf.vim but didn’t know you could do that!

  • @brigadafitness5833
    @brigadafitness5833 Год назад

    Great video, i love these command line utilities like videos.

  • @paulhammond8583
    @paulhammond8583 Год назад

    Beautiful. I love this! ❤

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

    you’re super nice and an excellent teacher! just subscribed 😊

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

    Commenting to feed the YT algo.

  • @VaderFuntime
    @VaderFuntime Год назад

    Is "ag" its own tool or some alias you've made for grep?

    • @andrew-burgess
      @andrew-burgess  Год назад +1

      It’s called the silver searcher (aka ag) and it’s a great alternative to grep. Ripgrep (rg) is another great option.

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

    Dang this is cool as heck!

  • @deamorta6117
    @deamorta6117 Год назад

    easy subscribed!

  • @Isra-p1
    @Isra-p1 2 года назад

    Wow very cool

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

    brilliant!

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

    Nice 🙂

  • @lpanebr
    @lpanebr Год назад

    Nice. I love hacking onliners!