Skip to content

kumabook/uenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uenc/udec

Simple command line url encoder/decoder.

Installation

With homebrew already installed:

$ brew tap kumabook/uenc
$ brew install uenc

Or, with rust and cargo already installed:

$ cargo install uenc

Usage

$ uenc tag/global.must
=> tag%2Fglobal.must

$ udec `uenc tag/global.must`
=> tag/global.must

To be interactive, use -n options that keeps newline:

$ uenc -n
tag/global.must
=> tag%2Fglobal.must