Fnew

Features and Limitations

Usage

``` USAGE: fnew [FLAGS] [OPTIONS] [file]

FLAGS: -b, --bytes Count bytes not graphemes. Can cause invalid Unicode sequences. -c, --chars Count unicode characters not graphemes. -h, --help Prints help information -s, --spaces Split at whitespaces when possible. -V, --version Prints version information

OPTIONS: -w, --width Width to fold at. [default: 80]

ARGS: File to read from, - is stdin. [default: -] ```