Trying to replicate bat which is written in rust. I dont have plans to implement pagination for now. At present intention is only to
-
Read a file passed as argument
-
Output to stdout with syntax highlighting using chroma
Download relevant binary from release. Program accepts single argument which is file name
> ./gat package.json
- Pagination of file
- Control output behaviour via options (theme,output)