Rust tools
Rust toolsβ
cat -> batβ
https://github.com/sharkdp/bat
A cat(1) clone with wings.
Π§ΠΈΡΠ°Π΅ΠΌ ΡΠ°ΠΉΠ», ΡΠΌΠΎΡΡΠΈΠΌ git diff
ΠΠ΅ΡΠ°ΡΠ°Π΅ΠΌ ΠΌΠ°Π½ΠΈΡΠ΅ΡΡ pod-Π° ΠΈΠ· etcd; ΠΏΠΎΠ΄ΡΠ²Π΅ΡΠΈΠ²Π°Π΅ΠΌ ΡΠΈΠ½ΡΠ°ΠΊΡΠΈΡ
du -> dustβ
https://github.com/bootandy/dust
A more intuitive version of du in rust
Π‘ΠΌΠΎΡΡΠΈΠΌ disk usage Π²ΡΡΡΠ°Π²Π»ΡΡ Π³Π»ΡΠ±ΠΈΠ½Ρ ΠΈ ΠΈΡΠΊΠ»ΡΡΠ°Ρ Π½Π΅ΠΆΠ΅Π»Π°ΡΠ΅Π»ΡΠ½ΡΠ΅ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΠΈ
Π‘ΠΌΠΎΡΡΠΈΠΌ ΡΠΊΠΎΠ»ΡΠΊΠΎ ΠΌΠ΅ΡΡΠ° ΡΡΠ΅Π΄Π°ΡΡ ΡΠ°ΠΉΠ»Ρ ΡΠΎΠ³ΠΎ ΠΈΠ»ΠΈ ΠΈΠ½ΠΎΠ³ΠΎ ΡΠΎΡΠΌΠ°ΡΠ°
find -> fdβ
A simple, fast and user-friendly alternative to 'find'
ls -> exaβ
A modern replacement for βlsβ.
grep -> ripgrepβ
https://github.com/BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
ΠΠΎΠΈΡΠ΅ΠΌ Π² ΠΊΠ°ΠΊΠΈΡ ΡΠ°ΠΉΠ»Π°Ρ ΠΎΡΡΠ°Π»ΠΈΡΡ TODO-ΡΠΊΠΈ
Hacksβ
alias cat=bat
alias du=dust
alias find=fd
alias ls=exa
alias grep=rg
fd . -X bat # open all files inside the current dirctory via bat
k get po -n kube-system aws-node-4dvzk -o yaml | bat --language=yaml # print k8s object manifest with syntax highlights
... to be continued