1.0
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