4 releases
0.0.5 | Jan 6, 2025 |
---|---|
0.0.4 | Dec 27, 2024 |
0.0.3 | Nov 20, 2024 |
0.0.2 | Nov 14, 2024 |
#135 in Unix APIs
266 downloads per month
62KB
701 lines
zix - an ls
alternative
Overview
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.
Features
- Fast directory listing
- Customizable output formats
- Cross-platform: Primarily for Windows, but adaptable for others
- Lightweight and efficient
Installation
Using the Installer Executable (Recommended)
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
Using Cargo (Rust's package manager)
You can easily install zix
using Cargo by running the following command:
cargo install zix
Using PowerShell
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
Usage
Basic usage:
zx [options] [directory]
Example:
zx -l
Options
-l
: Detailed list format-a
: Include hidden files
Contributing
Feel free to contribute by submitting issues or pull requests.
License
This project is licensed under the MIT License.
Dependencies
~6–16MB
~212K SLoC