likewise, ive discovered new toys ! For my personal use as i have to stick to traditional tools for work (we still have plenty of AIX scripts to maintain).
I really like the pace of your videos. Anyone else, this would've been a 20-30 minute video. The pace makes it digestible, and the chapters/time codes mean I can jump back in to rewatch a given section if it didn't quite stick. Explanations are crisp, concise, and clear. nice work.
Wow - colour coding in the terminal ! you’re making me want to learn more terminal tools - I know it’s powerful but the simple addition of colour is making it way more enticing !
Hi Rob! I am glad I discovered your channel about 2 years ago. In your case it is really not about the number of videos uploaded, but the content and value added to people's productivity watching your content. You have a great way to present the subject matter at hand without any fuss and distracting pop ups, extra comments or any other annoying extra, like some unsuitable background music :-) It is straight to the point and boiled down to the essential piece of information. Regarding this particular video, something new learnt every day. Despite being a seasoned Unix/Linux power user, I added the presented little command line tools to few of my systems, MacOS, RPI and Debian laptop. Thanks a lot and keep it coming! PS: +1 for an extra video about MC 🙂
This is a great episode. I wrote down all of these apps that you suggested, and I plan to play with them as I start learning LInux more. I'm a Noob, but I am slowly becoming familiar. Be nice if you create more episodes or create a series on stuff like this, especially in the CLI. Lot of these little apps save time and help a person become more productive. Surely there are more little apps like this that are not getting the coverage and due that they deserve.
I LOVE MIDNIGHT COMMANDER! Been using it for almost 25 years! So handy. Also use it as my primary IDE. Very slim, simple, works through ssh, and really an amazing Swiss Army Knife of command-line utilities. Also, what caught my attention to watch this video. Thanks for the great content!
This is my favorite video ever. Of all time. Including all platforms. And I am putting Star Wars, 2001 - A Space Odyssey, West World, Ex Machina, and all those TV series, everything there, for comparison. And I even didn't finish the video yet (I am still at the zoxide part, as I am installing every shown program, along the way).
👍 it’s an amazing piece of software. I really like software that sticks around so I don’t have always learn something new for a core task like file management
Great video. I've used MC for years. Also NC from back in DOS days, it became a staple tool for me. I would love to see more about MC and see how I could maybe use it more.
Amazing as always, Rob! I‘ve used unix based machines since the early 90s (SUN & SGI machines at university) and up to today (Macs, Raspberry Pis). But I didn‘t know that folks have thought about how to make even the most basic commands like ls, cat, grep, cd even better! Will try all of them asap! Oh, and MidnightCommander!! Is that still around! Wow! I still remember Norton Commander which was the original, I think?! Thanks so much, again!!
@@tech_craft Aha! I thought I recognised the pedigree of Norton Commander; happy memories. Now, we just need to find the 'offspring' of Borland Sidekick and Wordstar, and I'll be ecstatic. :)
@@krzysztoflupa259 useless if you already know them, yes. Entr was the only one I didn't now and was an absolute gem. fzf, bat, eza, etc. I use daily and are amazing. fzf is just excellent.
I'm fan of these tools and I love how well you've explained this. I would love to see more these kinds of tools videos which makes Linux experience more powerful.
Thanks for the informative video. I also love MC and feel I've only scratched the surface of its capabilities. I would very much enjoy a dedicated MC video.
I'd very much appreciate a video on mc. UA-cam has no good videos, especially not by guys like you with perfect explaining and presentation skills. I've been using a dual pane file manager for the first time on dos way back, i.e. Norton Commander, and have been using mc from the first time when I started using Linux back in 2003. Thanks for these helpful videos.
@@tech_craft glad to hear that - I've been using MC fairly regularly since about 1997/98, and it has been my go--to file manager during almost all that time. There are (of course) others such as workman, nautilus and dolphin, but mc runs under text mode and will run just about anywhere from MS-DOS to modern Unix-likes. I'd like to see an in-depth discussion of mc, not just the X for dummies level.
I haven't used exa because grc does a good job of colorizing output from ls and other basic commands. Might be worth a look, tho. Thanks for the suggestion.
Great video! Slight correction when you were talking about z -. The dash is actually shell thing not a zoxide thing. Its a common way for commands to reference "last". So cd - works as well. Funny enough it also works in git! So git checkout - will actually checkout the previous branch you were on as well. Or git merge - will merge your previously checked out branch into your current one! Not trying to nitpick, just love sharing knowledge on this stuff! :)
I love mc so much. The built in text editor of mc is also pretty good (supports multiple files open at once) but it's a harder comparison against the sea of excellent text editors.
i first used mc (midnight commander) in 2005 at varsity. you can make the both panes be different computers over SSH (or FTP) and transfer files between two different computers (different from your computer). it also comes with a basic editor `mcedit` and its read-only viewer `mcview`. stopped using mc in 2010s and im surprised it is still an active project. gonna install it for old times sake, lol
@@tech_craft I am torn between org and Obsidian. Two good choices. I am always amazed to see what you can do with org and what is marketed as “new” feature in many apps. This new outliner (bike? Bicycle?) is another example. 🤷🏻♂️
@@tech_craft By the way, an org mode video would be highly appreciated! Very interested to see and hear how you use it, and if you, by any chance, use it on mobile devices as well! 👋🙏
Thanks for the video! Although I only use relatively simple command line procedures I would like to watch a deeper tutorial about MC because this is used by many Webspace providers for managing files via SSH. It would be great to be able to use it maybe more efficient :)
Nice overview, thanks. One favorite use of bat for me is displaying syntax colored manpages. Add the following line to your ~/.bashrc and enjoy: export MANPAGER="sh -c 'col -bx | bat -l man -p'"
exa and lsd are both great replacements for standard ls. cat is misunderstood, is not meant for printing files to the terminal is meant to be used in pair with `split` and redirections
Thanks! There are a few parts to it. I'm using Kitty terminal emulator with the Dracula theme. I'm also using Tmux with the same theme. I have a video on that last part: ua-cam.com/video/B-1wGwvUwm8/v-deo.html
MC is the best for when I am remotely changing backend files around on my servers. A new one started playing with is Monotty Desktopio. Pretty neat. It’s wotth checking out.
I use ranger. I set it up prefect for my workflow. mc is great as well. I also like nnn and vifm is also great. We power Linux users, stick what we know and like. I got familiar with ranger so I stuck with ranger. I also use micro as my text editor. I don't need all those bells and whistles that vim and emac has. micro to me is like nano on steroids.
i use mc/mcedit daily, just discovered the option this week to open mc with 2 given folders, used when working without gui on rpi , mount usb drive sdb1 to /mnt, run mc ./ /mnt/afolder , ready to copy newer files after quick compare (control+x d q) + F5 to copy The editor can open multiple files and export/import files or clips. run mc -e afile ... or mcedit afile ...
I just wanted to thank you for your channel (which I’ve only come across a few days ago). Thanks to you, I upgraded my Raspberry Pi 400 to Bullseye, I actually subscribed to Blink plan (it was amazing..I never knew about it before), and I learned even more about Tmux. That’s just in the last few days. I used to use EMacs all the time but I stopped a while back since Notes and the apple OS stuff integrates so nicely and does most of what I need. But now, I just reinstalled Doom on my Raspberry Pi and I’m wondering about your emacs setup using Blink. Could you please make a video about that? Thanks again for the amazing info! 👍
I’m working on building my own ‘ecosystem’ so I’m not dependent on Apple, Google or any single big tech vendor. I want to control my data and Emacs is a big part of making that practical.
@@tech_craft Yeah I agree with you and that’s part of why I started learning emacs and loving it. But, in fact, I learned that (for me), Apple does most of what I want emacs to do and my data is all backed up to my raspberry pi as well as in iCloud. And transferring the content of notes is actually pretty easy - it’s not something like a Word document. However, your video made me realize how much I miss tinkering with and using emacs in org mode especially and how amazing and useful it is. So I’d love to see a video dedicated to emacs on your pi and how you use it in conjunction with blink and your ipad because, honestly, I’d like to try the same. I just reinstalled Doom last night on my pi in expectation of me trying something like that. 😃
Surprised you didn’t mention the benefits of ripgrep (rg) over stock grep. Besides the more readable output, and the fact that it can detect when you’re running the output through a pipe so it can keep that output clean, there’s the SPEEEEEED. For any search involving multiple files/recursive directory structures, it absolutely wrecks grep.
I use 'The silver searcher' - which is very similar to ripgrep. Seems nobody knows that plain old ls has colours though, most linux distros I've worked on add "alias ls='ls --color=auto' if they detect a colour capable terminal. Perhaps Mac OS doesn't? entr looks handy.
I just installed oh my zsh, how do you display the git message when enterring a git directory? And how do you display the file path instead of just the file name on the left ? Thx!
Quick question, why starship over oh-my-zsh? - I find the latter more intuitive and has more helpful conveniences out of the box for things like web development (e.g. ruby on rails).
No particularly well thought out reason. I was using OMZ for many years. I tried out Starship when looking for something a little simpler to deal with and I haven't gone back. Both are excellent, and certainly beat the stock shell by some margin.
If your system/terminal allows, exa --icons is a wonder!
lsd is really good to
Using dash to jump between last place is actually available for normal cd as well. Plus in git you can switch between branches.
Despite having more than 20 years of Linux under my belt, I still enjoy watching those little gems from TechCraft 👍 well done 👍
That’s part of the joy of Linux for me: there’s always more to explore and learn about.
likewise, ive discovered new toys ! For my personal use as i have to stick to traditional tools for work (we still have plenty of AIX scripts to maintain).
senpai 😊
I really like the pace of your videos. Anyone else, this would've been a 20-30 minute video. The pace makes it digestible, and the chapters/time codes mean I can jump back in to rewatch a given section if it didn't quite stick. Explanations are crisp, concise, and clear. nice work.
Exactly. I’ve learned so much from his videos that weren’t well explained/demoed elsewhere, or at all.
Midnight Commander brings back the nostalgic Norton Commander - Before we had windows, we had norton commander.
And total commander on windows
As I was familiar with Norton Commander, mc was one of the first tools I used when I started my Linux journey back in 1997.
For those watching in 2024, exa got renamed to eza.
Thank you very much, kind sir or madam!
Not to be confused. Exa was deprecated, so eza is a maintained fork of exa.
If you forget and install exa, you end up with eza anyway, at least that's what happened to me using pacman
So THAT's why the exa I installed just stopped working one day!
Must not apply to all distros, though. I installed this as exa; in fact, I can't find eza either in the synaptic package manager or in apt.
I've watched many of these kinds of videos in the past, but this is just next level; I think I'm going to use every tool mentioned going forward!
Wow - colour coding in the terminal ! you’re making me want to learn more terminal tools - I know it’s powerful but the simple addition of colour is making it way more enticing !
I would love a full video on Midnight Commander. Great video--thanks!
Hi Rob! I am glad I discovered your channel about 2 years ago. In your case it is really not about the number of videos uploaded, but the content and value added to people's productivity watching your content. You have a great way to present the subject matter at hand without any fuss and distracting pop ups, extra comments or any other annoying extra, like some unsuitable background music :-) It is straight to the point and boiled down to the essential piece of information. Regarding this particular video, something new learnt every day. Despite being a seasoned Unix/Linux power user, I added the presented little command line tools to few of my systems, MacOS, RPI and Debian laptop. Thanks a lot and keep it coming!
PS: +1 for an extra video about MC 🙂
I prefer "lsd" over "exa", simliar color features but it also incorporates Nerdfonts symbols for filetypes.
ya i came here to say the same thing. I used exa for years but now use lsd and get icons and all kinds of things its great
i wasn't aware of lsd, but exa is doing the same thing now if you use the --icons flag
@@pedrokatuniz8936 i used exa for years but lsd is leagues better. def try it out
I have eza setup with filetype and folder icons, using the additional arguments and made it alias with ls
Watching these videos feels like getting a power up playing video games. Very useful gems here, thank you for the superb job you've done
This is a great episode. I wrote down all of these apps that you suggested, and I plan to play with them as I start learning LInux more. I'm a Noob, but I am slowly becoming familiar.
Be nice if you create more episodes or create a series on stuff like this, especially in the CLI. Lot of these little apps save time and help a person become more productive.
Surely there are more little apps like this that are not getting the coverage and due that they deserve.
Hands down one of the most useful UA-cam videos ever! Thank you 🎉
I LOVE MIDNIGHT COMMANDER! Been using it for almost 25 years! So handy. Also use it as my primary IDE. Very slim, simple, works through ssh, and really an amazing Swiss Army Knife of command-line utilities. Also, what caught my attention to watch this video. Thanks for the great content!
Derived closely from Norton Commander which we were using in the late ‘80s
These are some great suggestions. It would greatly enhance productivity
This is my favorite video ever. Of all time. Including all platforms. And I am putting Star Wars, 2001 - A Space Odyssey, West World, Ex Machina, and all those TV series, everything there, for comparison. And I even didn't finish the video yet (I am still at the zoxide part, as I am installing every shown program, along the way).
Those are useful tools. Thank you and I am glad that you are back producing content.
Please talk more about mc. Used it years ago and didn’t know it was still around. I would like to know what it is capable of these days.
👍 it’s an amazing piece of software. I really like software that sticks around so I don’t have always learn something new for a core task like file management
Yes please to an MC video! Definitely going to investigate these replacements!
Great video. I've used MC for years. Also NC from back in DOS days, it became a staple tool for me. I would love to see more about MC and see how I could maybe use it more.
Amazing as always, Rob! I‘ve used unix based machines since the early 90s (SUN & SGI machines at university) and up to today (Macs, Raspberry Pis). But I didn‘t know that folks have thought about how to make even the most basic commands like ls, cat, grep, cd even better! Will try all of them asap! Oh, and MidnightCommander!! Is that still around! Wow! I still remember Norton Commander which was the original, I think?! Thanks so much, again!!
I came to mc from Norton Commander. It’s such a well-designed interaction model that I find it hard to go back.
@@tech_craft Aha! I thought I recognised the pedigree of Norton Commander; happy memories. Now, we just need to find the 'offspring' of Borland Sidekick and Wordstar, and I'll be ecstatic. :)
@@tech_craft Yes, of course, Norton Commander! My oh my, flashback memories!
I’ve changed from mc to yazi and been very happy!
I must type these commands 1000s of times each day how did I not know these exist. Thanks.
Entr is an absolute gem! Thanks for sharing ❤❤
true, the rest of them are useless
@@krzysztoflupa259 useless if you already know them, yes. Entr was the only one I didn't now and was an absolute gem. fzf, bat, eza, etc. I use daily and are amazing. fzf is just excellent.
I am using MC since I switched from DOS/ Windows (using the Norton Commander NC) there. Really interested in seeing a full video. It is such a blizz.
I'm fan of these tools and I love how well you've explained this. I would love to see more these kinds of tools videos which makes Linux experience more powerful.
short and to the point video , you got a new subscriber
Great video, thanks for all your informative content. I would very much like to see a full video on Midnight Commander
ncdu is definitely one that deserves to be on this list. Very very useful
Hi Tech,
Thanks for your Video.
I've installed fzf to help me in my daily work
Usually these videos about command line tools teach me nothing new.
This one was very different
Great selection of really useful tools well explained - thank you 👍.
Thanks for the informative video. I also love MC and feel I've only scratched the surface of its capabilities. I would very much enjoy a dedicated MC video.
This is great stuff! I was not aware of fzf or entr -- I will definitely be adding those to my daily use
Ive been using MC since the 90s! Another excellent legacy file manager was Xtree Gold. Thanks for some excellent pointers to useful programs.
This was awesome, thank you! Wheres that midnight commander video?
entr 😍 I was not aware of it and now its a tiny joy of today learning journey
I'd very much appreciate a video on mc. UA-cam has no good videos, especially not by guys like you with perfect explaining and presentation skills.
I've been using a dual pane file manager for the first time on dos way back, i.e. Norton Commander, and have been using mc from the first time when I started using Linux back in 2003.
Thanks for these helpful videos.
Thanks! I'm editing the mc tutorial at the moment - it should land this coming weekend.
@@tech_craft glad to hear that - I've been using MC fairly regularly since about 1997/98, and it has been my go--to file manager during almost all that time. There are (of course) others such as workman, nautilus and dolphin, but mc runs under text mode and will run just about anywhere from MS-DOS to modern Unix-likes. I'd like to see an in-depth discussion of mc, not just the X for dummies level.
Awesome bunch of tools, I've been using Ubuntu professionally for over 10 years and still learned a lot here
I haven't used exa because grc does a good job of colorizing output from ls and other basic commands. Might be worth a look, tho. Thanks for the suggestion.
Awesome! Some very useful tools you've shown there. Thanks dude! Subbed!
Thank You, i learned a couple new tools. It's very helpful
Great video! Slight correction when you were talking about z -. The dash is actually shell thing not a zoxide thing. Its a common way for commands to reference "last". So cd - works as well. Funny enough it also works in git! So git checkout - will actually checkout the previous branch you were on as well. Or git merge - will merge your previously checked out branch into your current one!
Not trying to nitpick, just love sharing knowledge on this stuff! :)
I love mc so much. The built in text editor of mc is also pretty good (supports multiple files open at once) but it's a harder comparison against the sea of excellent text editors.
I like your enthusiasm good sir. Subscribed.
I like how 4 of those 7 tools are written in Rust.
Always pick-up something useful, or am reminded of something else useful. I could get behind a video on mc for sure!
Installed a couple here from your list that look super useful. Good list and well delivered!
Would love to see more about mc
i first used mc (midnight commander) in 2005 at varsity. you can make the both panes be different computers over SSH (or FTP) and transfer files between two different computers (different from your computer). it also comes with a basic editor `mcedit` and its read-only viewer `mcview`. stopped using mc in 2010s and im surprised it is still an active project. gonna install it for old times sake, lol
Very good and useful vid. Loaded and aliased exa and bat.
Perfect... Had everything set up on Ubuntu 24.04. ^_^ Thank you ...
I really like this channel.
Thanks for the useful tips.
Incredibly, more videos like this please
Amazin video! Do you use emacs org mode? Whats your note taking setup?
I do use org mode. For note taking I use org-roam and I have everything synchronised between my machines with Syncthing.
This an excellent compilation of useful commands. And I see you are using org mode. Yay!
Org mode is too good to abandon. I’m getting ever deeper on it.
@@tech_craft I am torn between org and Obsidian. Two good choices. I am always amazed to see what you can do with org and what is marketed as “new” feature in many apps. This new outliner (bike? Bicycle?) is another example. 🤷🏻♂️
@@tech_craft By the way, an org mode video would be highly appreciated! Very interested to see and hear how you use it, and if you, by any chance, use it on mobile devices as well! 👋🙏
Nice video - simple and helpful :) Looking forward to more videos from your channel.
Your terminal is really sleek and neat.
It's Kitty terminal with the Dracula theme.
@@tech_craftHi, may I know which font did you use in this video? It's really cool 🤩
I didn't know about entr, is amazingo for fast test.
I couldn’t live without entr - testing is my exact use case for it
Aweome tools! BTW. what do you use for your terminal prompt?
I'm using Starship: starship.rs/
Thanks for the video! Although I only use relatively simple command line procedures I would like to watch a deeper tutorial about MC because this is used by many Webspace providers for managing files via SSH. It would be great to be able to use it maybe more efficient :)
Nice overview, thanks. One favorite use of bat for me is displaying syntax colored manpages.
Add the following line to your ~/.bashrc and enjoy:
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
That was so helpful. Thanks a lot!
Wow, huge amount of useful tips!
exa and lsd are both great replacements for standard ls.
cat is misunderstood, is not meant for printing files to the terminal is meant to be used in pair with `split` and redirections
Of course ls can do colour too. The tree function is nice, makes exa a little better than du -a
Hey Tech Craft. Love the videos. I just wanted to know how i can get my terminal to look like yours. I really like it. Thanks!
Thanks! There are a few parts to it. I'm using Kitty terminal emulator with the Dracula theme. I'm also using Tmux with the same theme. I have a video on that last part: ua-cam.com/video/B-1wGwvUwm8/v-deo.html
so, how did you get fzf in Ctrl + R? I didn't understand. Thank you.
I added this to my .zshrc:
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
This assumes that your FZF install puts `.fzf.zsh` in your home directory.
What terminal application are you using? Thanks for the video.
It's Blink Shell on the iPad with few customisations on the host. I have a full video on that setup here: ua-cam.com/video/8LcTA5m6_ts/v-deo.html
great & handy info in a simple format!, thanks! by the way, what OS did you use in your video?
It's MacOS using the Kitty terminal emulator.
Pet! Love it for snippets, 'pet search' or 'pet exec'
I think, for people used to vim shortcuts, that lf (terminal file manager) seems to be a more intuitive alternative to Midnight Commander
only bat and mc is interesting, you can write entr on your own btw. you can also use jq program for working with json
MC is the best for when I am remotely changing backend files around on my servers. A new one started playing with is Monotty Desktopio. Pretty neat. It’s wotth checking out.
I recommend checking out ranger and vifm as a vim-like mc alternative
I use ranger. I set it up prefect for my workflow. mc is great as well. I also like nnn and vifm is also great. We power Linux users, stick what we know and like. I got familiar with ranger so I stuck with ranger. I also use micro as my text editor. I don't need all those bells and whistles that vim and emac has. micro to me is like nano on steroids.
Another suggestion, turn on your Vim syntax highlighting :)
i use mc/mcedit daily, just discovered the option this week to open mc with 2 given folders,
used when working without gui on rpi , mount usb drive sdb1 to /mnt, run mc ./ /mnt/afolder ,
ready to copy newer files after quick compare (control+x d q) + F5 to copy
The editor can open multiple files and export/import files or clips. run mc -e afile ... or mcedit afile ...
I just wanted to thank you for your channel (which I’ve only come across a few days ago). Thanks to you, I upgraded my Raspberry Pi 400 to Bullseye, I actually subscribed to Blink plan (it was amazing..I never knew about it before), and I learned even more about Tmux. That’s just in the last few days. I used to use EMacs all the time but I stopped a while back since Notes and the apple OS stuff integrates so nicely and does most of what I need. But now, I just reinstalled Doom on my Raspberry Pi and I’m wondering about your emacs setup using Blink. Could you please make a video about that? Thanks again for the amazing info!
👍
Oh and to top it off, I also installed VS Code on my Pi and access it with Blink. Amazing.
I’m working on building my own ‘ecosystem’ so I’m not dependent on Apple, Google or any single big tech vendor.
I want to control my data and Emacs is a big part of making that practical.
@@tech_craft Yeah I agree with you and that’s part of why I started learning emacs and loving it. But, in fact, I learned that (for me), Apple does most of what I want emacs to do and my data is all backed up to my raspberry pi as well as in iCloud. And transferring the content of notes is actually pretty easy - it’s not something like a Word document. However, your video made me realize how much I miss tinkering with and using emacs in org mode especially and how amazing and useful it is. So I’d love to see a video dedicated to emacs on your pi and how you use it in conjunction with blink and your ipad because, honestly, I’d like to try the same. I just reinstalled Doom last night on my pi in expectation of me trying something like that. 😃
Surprised you didn’t mention the benefits of ripgrep (rg) over stock grep. Besides the more readable output, and the fact that it can detect when you’re running the output through a pipe so it can keep that output clean, there’s the SPEEEEEED. For any search involving multiple files/recursive directory structures, it absolutely wrecks grep.
I wanted to keep this one under 10 minutes so had to cut quite a lot from my original script. The speed boost is real though!
I use 'The silver searcher' - which is very similar to ripgrep. Seems nobody knows that plain old ls has colours though, most linux distros I've worked on add "alias ls='ls --color=auto' if they detect a colour capable terminal. Perhaps Mac OS doesn't? entr looks handy.
MC please. Interesting regarding the other utilities too. Thank you.
Thank you for sharing those cool cli. Could you please share me your theme that you're using as well?
Sure thing. It's Dracula: draculatheme.com/
great suggestions!
btw, seems like recently *bat* as been renamed to *batcat* on debian.
I just installed oh my zsh, how do you display the git message when enterring a git directory? And how do you display the file path instead of just the file name on the left ?
Thx!
what font do you use on your terminal? great video
Thanks! It’s JetBrains Mono
Hi Rob! What's the theme you are using in this video? Thanks! :)
It's Dracula: draculatheme.com/
This is great. Thank you.
I'd also like to see a full video on MC 😲
Quick question, why starship over oh-my-zsh? - I find the latter more intuitive and has more helpful conveniences out of the box for things like web development (e.g. ruby on rails).
No particularly well thought out reason. I was using OMZ for many years. I tried out Starship when looking for something a little simpler to deal with and I haven't gone back. Both are excellent, and certainly beat the stock shell by some margin.
i'll recommend LSD vs exa (via cargo/Rust), btop, gitui, mcfly(cargo/Rust), Dust(cargo/Rust) and the main one topgrade (cargo/Rust)
An actual good linux commands, loved it ❤🔥
Great video!
It may be MidnightCommander now, but it will always be Norton for me.
Eza is also a good replacement for exa. Does exactly the same thing
There are several inotify libs in various languages. I didn't know ENTR before, so I made one by myself.
Mint video this one, cheers!
is there any tool to indicate BASH cli apps like these? coz i install them and forget lol
TNice tutorials was easy to follow.
This is really useful. Thank you!