Pre-built binaries for varip are available under GitHub Releases. You can download the appropriate version for your operating system and architecture.

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-03-28 18:30:07

Pre-built binaries for varip are available under GitHub Releases. You can download the appropriate version for your operating system and architecture. However note that they are NOT signed, so your respective OS may refuse to run them.

Instead, it's easier to just clone and build the app. Assuming you have git and Go 1.22+ installed, you can install varip using the following script:

This script will install varip to /usr/local/bin, which is on the PATH so allows access to varip anywhere. Feel free to customize it to your needs.

varip is easy to use and can be run from the command line by specifying a path and a pattern to search for. If no path is provided, it searches in the current directory by default.

To contribute to varip, you should have a Go development environment set up. Clone the repository, make your changes, including tests if new functionality is added. Before submitting a pull request, test your changes thoroughly.

Bug reports and pull requests are welcome! This is meant to be a very simple utility, but open to extending for different file types or formatting.

Leave a Comment