co*: add Korean translation (#14059)

* co*: add Korean trnaslation

* fix: fix filename
This commit is contained in:
HoJeong Im
2024-10-08 17:23:24 +09:00
committed by GitHub
parent 674596b164
commit 7979f194b3
9 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# colorls
> 색상 및 font-awesome 아이콘으로 `ls` 명령 출력을 예쁘게 만듬 Ruby gem으로 사용 가능.
> 더 많은 정보: <https://github.com/athityakumar/colorls>.
- 파일을 한 줄에 하나씩 나열:
`colorls -1`
- 숨김 파일을 포함한 모든 파일을 나열:
`colorls --all`
- 모든 파일의 긴 형식 (권한, 소유권, 크기 및 수정 날짜):
`colorls --long --all`
- 디렉토리만 나열:
`colorls --dirs`