I think what really sold me on fzf in your presentation was the way you could pipe stuff to it. A graphical tool that still plays well in the unix mindset is fantastic
@huubeijndhovenvan71779 ай бұрын
Very, very, very good. Old unix guy here. The way you choose to use the command line in the 2024 world is just
@freeideas3 ай бұрын
(I think he died just before typing the last word of the sentence)
@superagent50002 ай бұрын
@@freeideas LMAO!! Yeah, I think so. All well he probably had a good life.
@TrackDayMaker15 күн бұрын
RIP HOSS GOBBESS
@sk9la Жыл бұрын
same as LazyDocker, you also have LazyGIt, LazySSH and LazyNPM for nodejs modules
@warpdotdev Жыл бұрын
This is good to know! Thank you :-)
@jflamb-jr Жыл бұрын
You are absolutely killing it with these videos. 👍
@warpdotdev Жыл бұрын
Thanks Jaime! 😀
@CodingWithLewis Жыл бұрын
One of the easiest command line tools I use is live-server! Sometimes just having a quick server is all I need when creating a quick webpage!
@enkiimuto104110 ай бұрын
This lazy docker thing is amazing, thanks!
@rybakostis Жыл бұрын
entr - runs a command whenever files change. Really simple and awesome
@adjusted-bunny6 ай бұрын
I could listen to you all day saying "The Fuck".
@toddwatts8431 Жыл бұрын
This video Shebangs for sure! NEO VIM !!! great pick.
@conradtaylor29 Жыл бұрын
Wow, these are some great tools to add to my development workflows, and thanks so much for creating this fantastic video!!!! Bravo!!!! 👍🏾🙌🏾👏🏾🎉
@maurolimaok Жыл бұрын
Very nice video. I'm on my first steps on learning to code, and this insights will be helpful. Thanks!
@hakanakdag9491 Жыл бұрын
I just realized that you are making great videos. I liked almost all of these tools.
@guzmonne9 ай бұрын
freeze: awesome code snaphshots (integrates with NeoVim) mods: awesome cli to interact with openai API compatible tools. glow: awesome markdown renderer for the cli
@WarpSpeedDan3 ай бұрын
Quick reap of the useful fzf commands mentioned the video :) `cd $(fzf)` allows you to fuzzy search for a directory and then change to it. `git checkout $(git branch | fzf)` can be used to search for git branches and then check it out. `brew info $(brew list | fzf)` allows you to search for an installed brew package and see its details.
@grubes3411 ай бұрын
VIM Adventures is awesome! Great suggestion
@digdughijack765 Жыл бұрын
I work for a company which issues its employees 100% locked-down Win10 desktops via Citrix, with a data egress policy that makes nearly any connection to an outside machine an offense punishable by termination. When I see videos like this on my phone, I'm reminded that computing is actually FUN when done properly.
@sebastianidzkowski6810 Жыл бұрын
I had been in that place once, terrible time. Yes it should be fun!
@boyardengels6 ай бұрын
i love your vids, very refreshing and educational!
@chyldstudios Жыл бұрын
Other popular modern CLI tools are: fd, ripgrep, bat
@warpdotdev Жыл бұрын
There are so many! I think we should do a part 2.
@magicmulder10 ай бұрын
And z.
@amqndin10 ай бұрын
@@magicmulderzoxide*
@BrazenNL9 ай бұрын
@@magicmulderNot sure that's going to help. Search for `zoxide` and alias `cd` to it.
@crazydor123459 ай бұрын
don't forget the king: tmux and for more cli clarification you have tldr for how to use and navi to find what commands to use for json you have the better version of jq: jqp and for system htop and ncdu
@sebasbot019 ай бұрын
I like having github's gh. Simple, tho turning my directory into a remote repo with one command is really neat
@seanshah16518 ай бұрын
this is really good tips .. especially i feel nice with lazy docker
@iambrunocoelho Жыл бұрын
I love your straight to the point and no BS style! I'll definitely take Http Pie for a ride. You got a new sub!
@dogaarmangil Жыл бұрын
Neovim 👍1:00 Another advantage of Neovim/vim/vi over VSCode etc is that you generally only press one key at a time. None of that Command+Option+Shift finger acrobatics. (Vim shortcuts/modes are available on VSCode etc as well, but they don't have the built-in help system that goes along with those.)
@dogaarmangil Жыл бұрын
And if all those keyboard shortcuts are still making your head explode then Neovim has has great mouse support as well, from what I can tell.
@TheLichKng64Ай бұрын
My neovim shorts required about 3 to 4 key stokes but it comes as second nature. If I look at the keyboard I get confused.
@corrada Жыл бұрын
Hey! How do you customize user and host name header in warp like you showed here? I like it that way! It looks modern
@warpdotdev Жыл бұрын
kzbin.info/www/bejne/jqrVkHiFoqp1lck
@mintymintfreshАй бұрын
God.. How soothing is your voice ...
@naderbazyari24 ай бұрын
Great video, deserves more views
@tahmidtargaryen62309 ай бұрын
what theme are you using on neovim. Love the color palette
@gnagyusa8 ай бұрын
LOL. Vim and Emacs were the 2 reasons my friend and I decided to write our own code editor way back (and we did).
@wafflzplz7914 Жыл бұрын
I wish i had known some of these earlier, jesus christ. Could have saved so much time, thx
@harrymd84 Жыл бұрын
Nice video 👍 I also like the P10K theme you have ❤Did you configure that manually or is there a ready-to-go theme for it?
@christofdonat27029 ай бұрын
The most important thing, that is holding me back to move from vom to neovim is gvim. While there are several GUI frontends for neovim on Linux, I yet have to9 find one, that even remotely matches gvim. And I just like to keep using my shell after I've started the editor.
@outtabubblegum7034 Жыл бұрын
There is "LazyGit" too!
@warpdotdev Жыл бұрын
Yes! We love this one.
@oghlankashgaria44884 ай бұрын
Hi, how do you customized tou terminal like this? I mean appearance
@faysoufox7 ай бұрын
Was very interesting thanks
@appleking89617 ай бұрын
you help me a lot. thank you
@kamertonaudiophileplayer847 Жыл бұрын
I do not use CL and do everything in a browser. But if I need to run any command? I do it also from a browser. But believe me, your video is an awesome and guess what? I watched it in a browser too!
@sarig9288 Жыл бұрын
For me the golden combo is: 1. fzf (as mentioned) 2. ripgrep (like grep, but insanely faster) 3. direnv (to automatically add and remove things from your path, or generally run a script as soon as you cd into a directory)
@dr.mikeybee Жыл бұрын
I use direnv for all my conda environments. I never have to worry about what env is active. When I cd into a directory, I get the right conda env automatically.
@georgesamy00 Жыл бұрын
Great content
@mtsurov Жыл бұрын
Such a great channel. Wish i could sub again.
@JimSmith-u5g Жыл бұрын
How about python in the terminal for quantum computing appreciate your help so much
@muratasarslan23599 ай бұрын
Can it be used as VSCode terminal?
@theinfinity310 Жыл бұрын
Could you please make a tutorial on how to customize the warp terminal like yours?
@warpdotdev Жыл бұрын
That video already exists! Here's a link (and a corresponding blog in the description of the video) kzbin.info/www/bejne/jqrVkHiFoqp1lck
@theinfinity310 Жыл бұрын
@@warpdotdev thank you
@MrSagarvarule Жыл бұрын
Curl n http was a pain to use for APai Testing hence Postman exist, not other way round
@nicolasfiore6 ай бұрын
I feel like every new thing that helps us improve our productivity only means that we will get more workload to compensate and the net balance is 0 for us as employees. Maybe it is good for the company but for us
@hglbrg Жыл бұрын
great recommendations, narration and pacing but the bubble-animation on everything gave me motion sickness. :/
@kahahabahaha Жыл бұрын
lsd for a souped up ls command (if you still wanna use ls) visidata if you need to view csv files and the like
@adrian_franczak Жыл бұрын
How can I replace the default terminal in IDE with warp?
@voidreact9 ай бұрын
Another one that's pretty cool - jq
@LivingGuy4845 ай бұрын
"What command do you like to give your PC the most?" "F-ck" "... Excuse me?"
@khaleelobrien2277 Жыл бұрын
As a programmer in a VS Code World I don't see a need to use any of these...great video tho!
@TheLichKng64Ай бұрын
It's very helpful when dealing sith remote servers without GUIs
@user-cm4ce5fh4q9 ай бұрын
Thank you
@MarcoDM15715 ай бұрын
this was the most incredible vocal fry ever
@ales-rocks9 ай бұрын
no autojump? how come?
@laughingvampire75558 ай бұрын
and you also make a typo with `fuck`
@christofferaasted Жыл бұрын
mentions neovim, but these features are all available in vim
@warpdotdev Жыл бұрын
In the video, we mention some of the extra capabilities that Neovim provides for search-and-replace functionality. But you're right, we covered only the basics of Neovim - in the future, we'd love to do a dedicated video that dives deep into all the features and customizations that Neovim provides.
@LouiseBrooksBob8 ай бұрын
"This command allows me to..." shows command for 1 nanosecond.
@BeyondImaginationzz Жыл бұрын
zellij and helix are awesome combination , though zellij sometime act weird in Warp in ssh connection
@medayoubadri6 ай бұрын
I can't believe you use puthon and fuc* in the same video.
@2dumb2type7 ай бұрын
No self-respecting dev would use warp, a terminal with an account? Cloud-backed history? What is wrong with you all
@itstotallynotalex6 ай бұрын
maybe you need it to keep track of productivity, maybe you’re working for a company and you have multiple devices that need to transfer from and Warp would help you do that because you would have the history saved.
@eckee5 ай бұрын
Not a bad idea tbh but if you're concerned with the privacy of your terminal actions it sounds scary to use proprietry cloud services to log everything
@ChasRMartin3 ай бұрын
We can make up our own mind?
@razorbackroar26 күн бұрын
They updated it you don’t have to have an account anymore
@bukki0076 күн бұрын
This is exactly why I don't use it. We don't have to create an account for everything. I tried to use arc browser too and it asked me to sign up, instant uninstall
@almarn Жыл бұрын
You should ditch fzf and use broot....
@TheLichKng64Ай бұрын
I just use ls, find, and cd commands to the point I don't get annoyed at all
@RocKeR.11 ай бұрын
How do you know if someone is a Vim user? A: He will tell you...
@karthickb1973 Жыл бұрын
lazydocker UI looks very similar to lazygit
@ChrisHaupt Жыл бұрын
what a cuuuuutie
@plot-ri4yz Жыл бұрын
❤❤❤
@jordanchen01257 ай бұрын
tmux + zsh + fzf
@shaktirajsinhzala45883 ай бұрын
fzf completion just doesn't work with warp 🙄
@sashangovender53276 ай бұрын
Hey I also think postman is a waste of time.
@pamus6242 Жыл бұрын
WHY? Why did you puthon?? Now I'm obsessed with puthon. On a serious note, I really need to take a look at FZF !
@tobibobibo5 ай бұрын
As a long time neovim and vim user i must admit i get a little iffy when she bluntly states that neovim comes with all these things off the shelve. The fact is that all the things she states depends on plugins that has to be added on top of neovim.. a process that is not entirely tedious for the beginner.. Starting off with such a statement, hugely makes me sceptical for the rest of the content.. i didnt even bother to watch it to the end.
@zamolxezamolxe813111 ай бұрын
nice vid, it helped me a lot. the only annoying thing was her vocal fry at the end of every single sentence. sounds like a croaking frog. she is cute and intelligent, why does she need to talk like that
@MrJoseableal Жыл бұрын
👏👏👏👏👏👏👏👏👏👏👏👏👏
@stanislavmikhailiukov10052 ай бұрын
You can customize "the f*ck" 😂
@saeedgnu11 ай бұрын
Change your default python to 3!
@saeedgnu11 ай бұрын
But good video.
@WizardOfArc Жыл бұрын
Warp seems to act like fuck anyway
@WizardOfArc Жыл бұрын
I have no idea what I meant by this 😥😳
@MuhammadArshad9 ай бұрын
I absolutely hate the aliases for the cli tools. I mean how lazy do you have to be to make an aliases for ‘git push’ to ‘gp’ or how much time will you actually save on it.
@dagoberttrump92904 ай бұрын
it's not about motions but emotions. it makes you feel good :)
@TheLinuks10 ай бұрын
Clifm
@razorbackroar26 күн бұрын
Attention everybody you do not have to have an account anymore for warp
@zyxyuv165011 ай бұрын
alias mi="micro"
@mikescholz64299 ай бұрын
Alias nano=“micro” 😎
@davidalcala713610 ай бұрын
Jump command
@PhilemonMortimer-q6o4 ай бұрын
Perez Steven Thomas Carol Martinez Deborah
@lesamir2010 Жыл бұрын
#Supergirl
@merloali Жыл бұрын
you forget mention to tmux and lazygit but anyway, only linux users knows about these tools more 😎
@JariAalto10 ай бұрын
Can't really see anything displayed, way too fast video. Please slow down.
@laslohollifeld5463 Жыл бұрын
🤣🤣🤣
@maxlim337 ай бұрын
You don't really use Vim or NeoVim, do you...
@wanderingfido9 ай бұрын
Does anyone here still have a career-related job in IT? Be honest.
@jay_wright_thats_right7 ай бұрын
Great video but no more big face videos. All I see is ears and teeth from this girl.
@eveningstarnm3107 Жыл бұрын
Apparently, everything is insane. Either that,or a lot of publishers aren’t worth watching. I won’t be back to this channel. “Insane” is lazy.
@Bekon241 Жыл бұрын
You miss window with this shity magic mouse charged from bottom. Fapple genius invention.
@bobweiram632110 ай бұрын
I can't believe the amazing amount of mediocrity in today's modern computing. During the 80s and 90s, we had powerful graphical interfaces which abstracted away all this tedious and mind-bending complexity. We never had to type in tedious and error-prone commands, configure settings by editing complex text files, or learn a new language just to compile our programs.
@voidreact9 ай бұрын
skill issue
@bobweiram63219 ай бұрын
@@voidreact ???
@mab9322 ай бұрын
I can't believe the amazing mediocrity in today's modern computing environment. People hide behind these slow watered down graphical interfaces and just learn the basics instead of taking the time to learn powerful tools that give you flexibility that GUIs can only dream of.
@markring40 Жыл бұрын
Hahaha. WTF??
@АртемФедоров-ю7б Жыл бұрын
vim is the worst text editor ever
@KevinGustavson8 ай бұрын
Learning vim is like learning to waterski. You can't do squat until you get up, but then...
@АртемФедоров-ю7б8 ай бұрын
@@KevinGustavson I don't want waterski, I have a yacht, it's comfortable and does the job it should