Skip to content

1.1

Compare
Choose a tag to compare
@bww bww released this 26 Feb 20:11
· 15 commits to master since this release

Generate a single binary with -enc and -dec flags. Adding support for -key to extract the value of particular keys.

Installing via Homebrew

MacOS users can install the latest version of URLencode via Homebrew by running the following command.

brew install 'https://raw.githubusercontent.com/bww/urlencode/master/formula/urlencode.rb'

Upgrading and uninstalling work similarly

brew upgrade urlencode
brew uninstall urlencode

Building from source

If you have Go installed, you can build from source by cloning this repo and running make install from the repository root. This will install under the prefix /usr/local.

You can use the PREFIX environment variable to install Instaunit under a different root.

make install PREFIX=/opt/urlencode