A simple command-line tool that acts as a shorthand for ls.
go install github.com/rRateLimit/l@latestl [options] [file/directory]All arguments are passed directly to the ls command.
# List files in current directory
l
# List files with details
l -la
# List files in a specific directory
l /path/to/directorygit clone https://github.com/rRateLimit/l.git
cd l
go build -o l main.goMIT