Skip to content

Releases: bww/urlencode

v1.1.2-3

29 May 13:38

Choose a tag to compare

Improved packaging.

v1.1.1

12 Feb 03:42

Choose a tag to compare

This version doesn't change the program. It only migrates to a new release process.

1.1

26 Feb 20:11
@bww bww

Choose a tag to compare

1.1

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

1.0

25 Feb 23:54
@bww bww

Choose a tag to compare

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