Skip to content

1.0

Compare
Choose a tag to compare
@bww bww released this 25 Feb 23:54
· 19 commits to master since this release

URL-{encode,decode} standard input to standard output.

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