랭킹으로 돌아가기
`ls` alternative with useful info and a splash of color 🎨
rustrust-langlsclicommand-line-toolopen-sourcenateasy-to-usecargozshrcstargazershacktoberfest
주요 지표
스타 성장
스타
1.3k
포크
29
주간 성장
—
이슈
0
5001k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
아티팩트crates.io
cargo add natREADME
🎨 Natls 🎨

Why Natls?
- Showing file permissions
- Showing file size
- Showing the date that the file was modified last
- Showing the user that the file belongs to
- Showing the group that the file belongs to
- An easy to use file search
- A splash of color to distinguish between files and folders and other file types
Installation
# Through Cargo
cargo install natls
# Through Homebrew
brew install willdoescode/natls/natls
# Through SnapCraft
sudo snap install natls
Usage
natls <flags> <dir>
Understanding permissions output
000 no access
100 read
010 write
001 execute
101 read and execute
110 read and write
011 write and execute
111 read write and execute
Format: user-group-other
User: Read, Write, and Execute
rwxrw----
All Groups: Read, Write, and Execute
rwxrwxrwx
:warning: Natls is currently not supported on Windows
관련 저장소