sls

1.0.1

Quickly list files found in your operating system.
maclong9/list

What's New

1.0.1

2025-04-28T23:53:54Z

Automated release for 1.0.1

Changes:

  • fix: update url to be fetched from repo

SwiftList

Automated Release

A simple and fast rebuild of the UNIX ls command.

Installation

Manually

sudo mkdir -p /usr/local/bin
sudo curl -L $(curl -s https://api.github.com/repos/maclong9/list/releases/latest | grep "browser_download_url.*sls" | cut -d\" -f4) -o /usr/local/bin/sls
sudo chmod +x /usr/local/bin/sls

With Mint

First install mint then run:

mint install maclong9/swift-list

Note

You can also clone the repository and build the package yourself before moving to your executables.

Usage

sls [--all] [--long] [--recurse] [--color] [--icons] [--one-line] [<path>]

Options

  • -a, --all: Display all files, including hidden.
  • -l, --long: Display file attributes, one file per line
  • -r, --recurse: Recurse into directories.
  • -c, --color: Colorize the output.
  • -i, --icons: Display icons denoting file type.
  • -o, --one-line: Display each file on its own line.
  • -h, --help: Show help information.

Recommended Options

These options provide the best readability while still giving detailed information.

sls -cli [-ra] [<path>] 

Description

  • Swift Tools 6.1.0
View More Packages from this Author

Dependencies

Last updated: Tue Jun 03 2025 03:45:53 GMT-0900 (Hawaii-Aleutian Daylight Time)