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. 😅
Really nice content, Andrew! Impressive how much serendipity one can go through in just 9mins :)
Great video, i love these command line utilities like videos.
very creative!.. thanks Andrew. Anyone knows if there is a way to avoid copying de CR ?
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.
😅
Love it! I’ve used fzf.vim but didn’t know you could do that!
Beautiful. I love this! ❤
Awesome video 💪 I also want to get more into shell scripting.
Keep it up! Subscribed 😊
you’re super nice and an excellent teacher! just subscribed 😊
Commenting to feed the YT algo.
Dang this is cool as heck!
Is "ag" its own tool or some alias you've made for grep?
It’s called the silver searcher (aka ag) and it’s a great alternative to grep. Ripgrep (rg) is another great option.
Wow very cool
brilliant!
easy subscribed!
Nice 🙂
Nice. I love hacking onliners!