#text-file #show #file #display #utils #content #line-numbers

app stf

Shows the contents of a Text File in the terminal

3 releases

0.1.2 May 20, 2022
0.1.1 May 19, 2022
0.1.0 May 16, 2022

#41 in #line-numbers

23 downloads per month

GPL-3.0-only

17KB
62 lines

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

Dependencies

~3MB
~58K SLoC