1/alichraghi/blo v0.5
A cat clone without any cool feature
Blo
Installation
zigmod:
zigmod aq install 1/alichraghi/blo
TODO
- [ ] Modification date
- [ ] File type detection
- [ ] Syntax highlighting
- [x] Json
- [ ] TOML
- [ ] Markdown
- [ ] Zig
- [ ] Yaml
- [ ] C
- [ ] Rust
- [ ] Javascript
- [ ] PR or Issue
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/json.json
- .gitattributes
- assets/screenshot.png
- LICENSE
- build.zig
- zigmod.yml
- src/syntax.zig
- src/blo.zig
- src/main.zig
- README.md
- .gitignore