Interesthing
기존 리눅스 명령어 대체 툴
iosroid
2023. 1. 10. 19:00
[Modern Linux] 🐧 모던 리눅스 - 최신식 리눅스 명령어 모음 (tistory.com)
좋은 블로그 내용.
모르는게 훨씬 많다.
Rust 가 만들어 내는 변화인가.
궁금해지는 언어.
소개된 프로그램 리스트
- exa (https://github.com/ogham/exa) - ls
- bat (https://github.com/sharkdp/bat) - cat
- fd (https://github.com/sharkdp/fd) - find
- ripgrep (https://github.com/BurntSushi/ripgrep) - grep
- delta (https://github.com/dandavison/delta) - more/less/diff
- tldr (https://github.com/tldr-pages/tldr) - man
- zoxide (https://github.com/ajeetdsouza/zoxide) - cd
- Broot (https://github.com/Canop/broot) - tree
- fzf (https://github.com/junegunn/fzf)
- gtop (https://github.com/aksakalli/gtop)
- bottom (https://github.com/ClementTsang/bottom)
- dust (https://github.com/bootandy/dust) - du
- duf (https://github.com/muesli/duf) - df
- procs (https://github.com/dalance/procs) - ps
- gping (https://github.com/orf/gping) - ping
- mcfly (https://github.com/cantino/mcfly) - history
- hexyl (https://github.com/sharkdp/hexyl) - od
- jq (https://github.com/stedolan/jq) - sed
- fx (https://github.com/antonmedv/fx) - sed
- httpie (https://github.com/httpie/httpie) - curl
- xh (https://github.com/ducaale/xh) - curl
- dog (https://github.com/ogham/dog) - dig
- nnn (https://github.com/jarun/nnn)
fzf + fd + vim plugin 은 필수조합...