urlencode

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

README

Go Report Card CI License

urlencode

Usage

To encode a string:

echo "Hello World" | urlencode encode

To encode spaces as %20:

echo "Hello World" | urlencode encode --use-percent-20

To decode a string:

echo "Hello%20World" | urlencode decode

Installation

Install via Homebrew:

brew install dev-shimada/urlencode/urlencode

Generating Shell Completions

For bash:

urlencode completion bash > /etc/bash_completion.d/urlencode

For zsh:

urlencode completion zsh > ~/.zshrc.d/_urlencode

For fish:

urlencode completion fish | source

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL