SwiftList is a fast and streamlined alternative to the UNIX ls command, designed for efficiency and simplicity. Whether on macOS Apple Silicon or Intel processors, it offers intuitive usage and powerful options for displaying files. Enhance your terminal experience with SwiftList’s straightforward file listing capabilities.
SwiftList is a lightweight and efficient alternative to the UNIX ls command, designed to quickly list files within your operating system. This tool enhances the traditional listing process with various options for customization and extended functionality.
Fast Performance: Quickly displays files and directories, optimizing the command-line experience.
Flexible Display Options: Choose from details like hidden files, long listings, or display formats that best suit your needs:
-a, --all: Show all files, including hidden ones.-l, --long: Provide detailed attributes for each file.-o, --one-line: Present each file on a separate line.-d, --directory: List the directories themselves rather than their contents.Customization: Tailor the output with options such as colorful displays and file type icons:
-c, --color: Colorize the output for better visibility.-i, --icons: Add icons to file types for quick identification.-F, --classify: Append indicators (like / or *) to entries to signify file types.--human-readable: Converts file sizes into readable formats (e.g., KB, MB).--header: Include column headers for clarity when using the long listing option.Sorting and Navigation: Easily navigate and sort files with just a few simple commands:
-t, --sort-time: Sort files by modification time, showing the newest first.-S, --sort-size: Sort files based on size, with the largest first.-r, --recurse: Recursively explore directories to unveil nested contents.Here are some common commands to get started:
# Basic listing
sls
# Detailed view with colors and icons
sls -cli --human-readable
# Show headers for clarity
sls -l --header --human-readable
# Recursive exploration
sls -clir --human-readable
# Sort by time or size
sls -clit --human-readable # by time
sls -cliS --human-readable # by size
With SwiftList, improving file management on the command line becomes a straightforward process, offering enhanced clarity and control over file listings.
No comments yet.
Sign in to be the first to comment.