# pls - Prettier & Powerful 'ls'

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7165](https://news.hada.io/topic?id=7165)
- GeekNews Markdown: [https://news.hada.io/topic/7165.md](https://news.hada.io/topic/7165.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-11T09:38:01+09:00
- Updated: 2022-08-11T09:38:01+09:00
- Original source: [github.com/dhruvkb](https://github.com/dhruvkb/pls)
- Points: 10
- Comments: 5

## Topic Body

- 개발자 친화적 기능들을 가진 이쁘고 강력한 ls   
- p = pretty, powerful, programmer, professional, python   
- 파일/폴더명 옆에 아이콘 표시   
- 프로그래밍 언어에 따른 색상 변경. 중요한 파일은 진하게, 아닌 파일은 흐리게   
- 다양한 속성 표시 (Git status 포함)

## Comments



### Comment 11758

- Author: nicewook
- Created: 2022-08-11T10:46:29+09:00
- Points: 1

이거 ls를 pls로 알리어스 해서 써도 되는거죠?

### Comment 11774

- Author: wooseop
- Created: 2022-08-12T23:14:37+09:00
- Points: 2
- Parent comment: 11758
- Depth: 1

> ⚠️ Note that pls is not a replacement for ls. ls is a tried, tested and trusted command with lots of features. pls, on the other hand, is a simple tool for people who just want to see the contents of their directories.

### Comment 11777

- Author: nicewook
- Created: 2022-08-13T11:07:31+09:00
- Points: 1
- Parent comment: 11774
- Depth: 2

감사합니다. 설치를 해봤는데 그 마저도 잘 안되더라구요.   
뭔가 설정을 해야하고 그런거겠죠? 굳이 거기까지는 보지 않았네요.

### Comment 11757

- Author: alstjr7375
- Created: 2022-08-11T10:03:47+09:00
- Points: 2

전 exa( https://github.com/ogham/exa )에 LS_COLORS( https://github.com/trapd00r/LS_COLORS ) 조합 쓰는 중인데 꽤 쓸만합니다.

### Comment 11759

- Author: dodok8
- Created: 2022-08-11T11:44:01+09:00
- Points: 2
- Parent comment: 11757
- Depth: 1

저는 exa가 윈도우를 지원 안해서 [lsd](https://github.com/Peltoche/lsd) 사용합니다.
