Skip to content

MakeMeLaugh/urlde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLde

Simple CLI tool to decode strings to or encode from urlencoded representation.

Installation

This is a fun personal project. There will be no binary pre-made binary releases or any other way to install urlde than:

go install gitlab.com/MakeMeLaugh/urlde@latest

Usage

  • Encoding:
~ urlde encode '<>'
input:   | '<>'
encoded: | '%3C%3E'
  • Decoding
urlde decode '%3C%3E'
input:   | '%3C%3E'
decoded: | '<>'

Contributing

There is no further development of this tool planned. It was made as a fun/helpful project. If you'd like to expand it functionality - you are free to fork this repo and continue to work on your own copy.

About

Simple CLI urldecoder/urlencoder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages