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

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

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

diogoanjos
Автор

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

brigadafitness
Автор

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.

😅

pbnjdev
Автор

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

techwithmarco
Автор

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

BrunoReisVideo
Автор

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

perrefe
Автор

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

VaderFuntime