| Crates.io | zix |
| lib.rs | zix |
| version | 0.0.5 |
| created_at | 2024-11-14 03:19:26.744251+00 |
| updated_at | 2025-01-06 18:11:58.44263+00 |
| description | A simple and fast alternative to the traditional Unix `ls` command, designed specifically for Windows. |
| homepage | |
| repository | https://github.com/arkeasz/zix |
| max_upload_size | |
| id | 1447375 |
| size | 126,593 |
ls alternativezix 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.

The easiest way to install zix is by downloading the installer executable from the GitHub Releases page.
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 filesFeel free to contribute by submitting issues or pull requests.
This project is licensed under the MIT License.