zix
is a simple and fast alternative to the traditional Unix ls
command, designed specifically for Windows. It lists directory contents with a focus on speed and simplicity, aiming to improve the user experience in Windows environments.
- Fast directory listing
- Customizable output formats
- Cross-platform: Primarily for Windows, but adaptable for others
- Lightweight and efficient
The easiest way to install zix is by downloading the installer executable from the GitHub Releases page.
- Download the latest .exe file for your system.
- Run the installer; it will automatically download zix, install the command, and add it to your system's PATH for easy access. Click here for install zix
You can easily install zix
using Cargo by running the following command:
cargo install zix
If 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
git clone https://github.com/arkeasz/zix.git
cd zix
.\installer.ps1
Basic usage:
zx [options] [directory]
Example:
zx -l
-l
: Detailed list format-a
: Include hidden files
Feel free to contribute by submitting issues or pull requests.
This project is licensed under the MIT License.