Skip to content

zix-rs/zix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 14, 2025
80eb8ca · Apr 14, 2025
Feb 25, 2025
Feb 25, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Feb 25, 2025
Apr 14, 2025
Apr 12, 2025
Feb 24, 2025
Feb 24, 2025
Apr 14, 2025
Apr 14, 2025
Dec 30, 2024
Feb 28, 2025
Apr 14, 2025

Repository files navigation

zix - an ls alternative

Overview

zix is a simple and fast alternative to the traditional Unix ls command. It lists directory contents with a focus on speed and simplicity

zix gif

Features

  • Customizable output formats
  • Cross-platform: Primarily for Windows, but adaptable for others

Installation

Linux (using curl)

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 | bash

Windows (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

powershell -c "irm https://raw.githubusercontent.com/zix-rs/zix/main/scripts/install.ps1 | iex"

Usage

Basic usage:

zx [options] [directory]

Example:

zx -l

Options

META 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

Contributing

Feel free to contribute by submitting issues or pull requests.

License

This project is licensed under the MIT License.