Skip to content

willdoescode/nat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48ba135 Β· May 28, 2021
Oct 26, 2020
May 5, 2021
May 27, 2021
Nov 22, 2020
May 27, 2021
May 27, 2021
Oct 22, 2020
May 28, 2021
Nov 4, 2020
Nov 23, 2020
Mar 14, 2021

Repository files navigation

dependency status natls

🎨 Natls 🎨

example

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

⚠️ Natls is currently not supported on Windows