swift-list

1.0.2

Quickly list files found in your operating system
maclong9/swift-list

What's New

v1.0.2

2024-06-07T14:47:27Z
  • Added color and icon for representing symbolic links.
  • Some quality of developer changes.

Full Changelog: https://github.com/maclong9/SwiftList/compare/v1.0.1...v1.0.2

SwiftList

A simple rebuild of the ls UNIX command in Swift.

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.

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Aug 01 2024 14:35:38 GMT-0900 (Hawaii-Aleutian Daylight Time)