1/alichraghi/blo v0.3
A cat clone without any cool feature
Blo
Installation
zigmod:
zigmod aq install 1/alichraghi/blo
TODO
- [ ] Modification Date
- [ ] Syntax Highlighting
Help Output
info: Usage: blo [OPTION]... [FILE]...
With no FILE, read standard input.
Options:
-n, --number prints number of lines
-i, --info prints the file info (size, mime, modification, etc)
-e, --show-end prints <end> after file
-a, --ascii uses ascii chars to print info and lines delimiter
-c, --no-color disable printing colored output
-h, --help display this help and exit
Examples:
blo test.txt prints the test.txt content
blo copy standard input to output
Package Contents
- test.txt
- test/json.json
- .gitattributes
- assets/example.png
- LICENSE
- build.zig
- zigmod.yml
- src/syntax.zig
- src/blo.zig
- src/main.zig
- README.md
- .gitignore