SatvikR / better-ls

A better version of ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A better version of ls

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%