# 생산성을 높여주는 rust command line 유틸리티

> Clean Markdown view of GeekNews topic #2958. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2958](https://news.hada.io/topic?id=2958)
- GeekNews Markdown: [https://news.hada.io/topic/2958.md](https://news.hada.io/topic/2958.md)
- Type: news
- Author: [zihado](https://news.hada.io/@zihado)
- Published: 2020-10-05T08:01:11+09:00
- Updated: 2020-10-05T08:01:11+09:00
- Original source: [towardsdatascience.com](https://towardsdatascience.com/rust-powered-command-line-utilities-to-increase-your-productivity-eea03a4cf83a#5960)
- Points: 11
- Comments: 2

## Topic Body

du 대체 - dust and dutree

time 대체 - hyperfine

fzf 대체 sk

sed 대체 sd

top/htop 대체 ytop and bottom

요즘 유행하는 커맨드라인 도구 - https://news.hada.io/topic?id=793

## Comments



### Comment 3095

- Author: galadbran
- Created: 2020-10-06T12:23:52+09:00
- Points: 1

ripgrep 이 grep 에 비해서 정말 빠르고 좋아요.

### Comment 3060

- Author: zihado
- Created: 2020-10-05T08:02:27+09:00
- Points: 1

한번에 설치하기

$ cargo instal du-dust dutree hyperfine skim sd ytop bottom
