yview

Crates.ioyview
lib.rsyview
version0.1.34
created_at2025-08-13 09:21:42.650923+00
updated_at2025-08-20 18:40:05.302704+00
descriptionThe view command of the Younix application
homepage
repositoryhttps://github.com/ibilalkayy/younix
max_upload_size
id1793466
size8,693
Bilal Khan (ibilalkayy)

documentation

README

Younix view Command

The view command in Younix allows interactive viewing of file content, similar to the Unix less utility. It supports pagination for easier navigation.

Usage

younix view [OPTIONS]

Options

Option Description
-f, --file <FILE> File to view
-l, --lines <LINES> Number of lines per page (default: 20)
-h, --help Print help information

Examples

  • View file.txt interactively:

    younix view -f file.txt
    
  • View file.txt with 10 lines per page:

    younix view -f file.txt -l 10
    
Commit count: 98

cargo fmt