Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 526 Bytes

File metadata and controls

42 lines (28 loc) · 526 Bytes

l

A simple command-line tool that acts as a shorthand for ls.

Installation

go install github.com/rRateLimit/l@latest

Usage

l [options] [file/directory]

All arguments are passed directly to the ls command.

Examples

# List files in current directory
l

# List files with details
l -la

# List files in a specific directory
l /path/to/directory

Build from source

git clone https://github.com/rRateLimit/l.git
cd l
go build -o l main.go

License

MIT