A terminal-based file reader made in Golang based on Nord theme
- Go 100%
| go.mod | Init the go modules | |
| go.sum | Importing the modules | |
| LICENSE | Create LICENSE | |
| main.go | Adding fix bugs | |
| README.md | Update README | |
VAT Viewer
This is a file viewer which is pretty much cat viewer but with only Nord highlighting. There are still some to of the highlighting bugs and issues to be fixed.
Installation
-
Clone the Repository:
git clone https://github.com/Hash-Cracker/vat-viewer -
Navigate to the Project Directory:
cd vat-viewer -
Build the Project:
Ensure you have Go installed. Then, run:
go mod tidy go mod download go build main.go
Usage
After building the project, execute the following command to run VAT Viewer:
./vat-viewer /path/to/file
Replace /path/to/file with the actual path to your VAT data file.
License
This project is licensed under the MIT License. See the LICENSE file for details.