stf

Crates.iostf
lib.rsstf
version0.1.2
sourcesrc
created_at2022-05-16 19:42:52.693186
updated_at2022-05-20 15:05:16.700009
descriptionShows the contents of a Text File in the terminal
homepage
repositoryhttps://github.com/Trequa/stf
max_upload_size
id587804
size45,702
(Trequa)

documentation

README

stf

Tool written in rust to Shows the contents of a Text File in the terminal

stf no options

Features

sft has more fetures

Display line number

Show line number to printed file

stf l

Render whitespace characters

Shows spaces and tab characters

stf w

You can render both

stf lw

MAN

USAGE:
    stf [OPTIONS] <PATH>

ARGS:
    <PATH>    Path of the text file

OPTIONS:
    -h, --help       Print help information
    -l               Display line number
    -V, --version    Print version information
    -w               Render whitespace characters
Commit count: 12

cargo fmt