7 great Terminal/CLI tools not everyone knows

preview_player
Показать описание
Do you work with the CLI a lot? It doesn't matter if Windows, macOS or Linux, in this video you'll learn 7 tools that I frequently use:

exa, clink, rg & rga, plocate, bat, jq, f%$!

► Timestamps

00:00 Intro
00:16 exa
01:22 clink
02:03 ripgrep
03:19 plocate
03:47 bat
04:12 jq
05:20 f%&!
05:57 Outro

► FOLLOW ME

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

Also pls teach us best ways to view log files in linux terminal

goldgold
Автор

Exa is very cool, just don't use the tree feature if you have a lot of JS projects with large node_modules folders 😅

samouemouel
Автор

Great video Marco. I have already been using bat, exa, jq. The rest were new to me. Let me explore. The last command was it really an ‘D’ followed by a few asterisks ? Or abbreviated to it’s assumed 4 letter word ? 😉

raghavanaliassaravananm
Автор

Ok... I got now two new aliases 😅😅
alias ls="exa -l -T --git --level 1"
alias cat="batcat"

AfmpJR
Автор

Java God, any tricks for eclipse ides??

goldgold
Автор

added exa, bat, f**k to my workflow :)

anugrah.singhal
Автор

Is there somethings like Clink for Linux?

Jan.
Автор

thef*** is bloatware in my opinion...
Most of what bat does can be done with "less -RN" + source-highlight.

youptralala