/better-ls

A better version of ls

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Better ls

better-ls screenshot

A better version of ls

Inspired by ls and exa

Install

go get github.com/SatvikR/better-ls

Or install 64 bit binaries from the releases section.

Build from source

# Clone repo
git clone https://github.com/SatvikR/better-ls
cd better-ls

# Compile
go build

# Run (make sure add .exe on windows)
./better-ls

Usage

better-ls [OPTIONS...] [DIRECTORY]

Flag Usage
-group-dirs-first output all the directories at the top
-human-readable list sizes in a human readable format
-h View help message

License

Copyright (c) 2021, Satvik Reddy

Licensed under the BSD 2-Clause License