zix is a simple and fast alternative to the traditional Unix ls command. It lists directory contents with a focus on speed and simplicity
- Customizable output formats
- Cross-platform: Primarily for Windows, but adaptable for others
You can quickly install zix using curl with our automated installation script:
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/zix-rs/zix/main/scripts/install.sh | bashIf you prefer using PowerShell, you can clone the repository and run an installation script to install zix:
Open PowerShell and run the following command to clone the repository and install zix: powershell
powershell -c "irm https://raw.githubusercontent.com/zix-rs/zix/main/scripts/install.ps1 | iex"Basic usage:
zx [options] [directory]Example:
zx -lMETA OPTIONS:
--help, -?
print help
--version, -v
show version of six
DISPLAY OPTIONS:
--list -l
detailed list format
--tree, -t
recurse into directories as a tree
FILTERING AND SORTING OPTIONS:
--all, -a
show hidden and 'dot' files
LONG VIEW OPTIONS:
--headers, -h
add a header row to each column
Feel free to contribute by submitting issues or pull requests.
This project is licensed under the MIT License.