Skip to content

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.

Notifications You must be signed in to change notification settings

admiralhr99/znew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

znew

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.

Features

  • Efficient memory usage
  • Fast processing speed
  • User-friendly command-line interface
  • Detailed logging and error handling

Installation

From Source Code

  1. Clone the repository to your local machine:

    git clone https://github.com/admiralhr99/znew.git 
  2. Navigate to the project directory:

    cd znew
  3. Build the project:

    go build

Using go install

Alternatively, you can install the package directly using go install:

  1. 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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages