This project contains refactored code originally developed by https://github.com/tomnomnom/anew. The refactoring enhances performance and adds new features, making the code suitable for handling large files.
- Efficient memory usage
- Fast processing speed
- User-friendly command-line interface
- Detailed logging and error handling
-
Clone the repository to your local machine:
git clone https://github.com/admiralhr99/znew.git
-
Navigate to the project directory:
cd znew
-
Build the project:
go build
Alternatively, you can install the package directly using go install
:
-
Run the following command to install the package:
go install github.com/admiralhr99/znew@latest
This will install the executable in your $GOPATH/bin
directory. Make sure this directory is in your system's PATH
environment variable to run the executable from any location.