yview 0.1.34

The view command of the Younix application
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 8.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ibilalkayy/younix
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ibilalkayy

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