SkillAgentSearch skills...

Urlencode.sh

URL encode: shell function and command line script

Install / Use

/learn @SixArm/Urlencode.sh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

URL encode script for encoding text

Syntax:

urlencode.sh <string>

Example:

$ urlencode.sh "foo bar"
foo%20bar

This implementation uses just the shell, with no extra dependencies or languages.

Credit:

  • https://gist.github.com/cdown/1163649

Links:

  • https://github.com/sixarm/urlencode.sh
  • https://github.com/sixarm/urldecode.sh

Tracking

  • Command: urlencode.sh
  • Version: 1.0.0
  • Created: 2016-09-12
  • Updated: 2016-09-12
  • License: MIT
  • Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated11mo ago
Forks3

Languages

Shell

Security Score

72/100

Audited on Apr 14, 2025

No findings