yls

Crates.ioyls
lib.rsyls
version0.1.34
created_at2025-08-13 09:21:03.075297+00
updated_at2025-08-20 18:38:37.504408+00
descriptionThe ls command of the Younix application
homepage
repositoryhttps://github.com/ibilalkayy/younix
max_upload_size
id1793464
size11,472
Bilal Khan (ibilalkayy)

documentation

README

Younix ls Command

The ls command in Younix lists directory contents, similar to the Unix ls utility. It supports various options to customize the output format and content.

Usage

younix ls [OPTIONS]

Options

Option Description
-p, --path <PATH> Directory path to list files (default: .)
-a, --all Show all files, including hidden ones
-l, --long Use long listing format
-h, --help Print help information

Examples

  • List files in the current directory:

    younix ls
    
  • List all files, including hidden ones:

    younix ls -a
    
  • List files in long format from a specific directory:

    younix ls -p /path/to/dir -l
    
Commit count: 98

cargo fmt