Skip to content

Releases: bww/urlencode

v1.1.2-3

Choose a tag to compare

@github-actions github-actions released this 29 May 13:38

Improved packaging.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 03:42

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

1.1

1.1

Choose a tag to compare

@bww bww released this 26 Feb 20:11

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

1.0

Choose a tag to compare

@bww bww released this 25 Feb 23:54

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