1
0
Fork
You've already forked vat-viewer
0
A terminal-based file reader made in Golang based on Nord theme
  • Go 100%
2025年01月05日 19:48:17 +05:30
go.mod Init the go modules 2025年01月02日 20:48:53 +05:30
go.sum Importing the modules 2025年01月02日 20:50:17 +05:30
LICENSE Create LICENSE 2025年01月02日 20:58:48 +05:30
main.go Adding fix bugs 2025年01月05日 18:30:03 +05:30
README.md Update README 2025年01月05日 19:13:55 +05:30

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

  1. Clone the Repository:

    git clone https://github.com/Hash-Cracker/vat-viewer
    
  2. Navigate to the Project Directory:

    cd vat-viewer
    
  3. 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.