Skip to content
/ enc Public

Encode in a variety of encodings without leaving the command line.

License

Notifications You must be signed in to change notification settings

anler/enc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enc

Encode in a variety of encodings without leaving the command line.

Usage

See USAGE.txt.

Examples

URL encoding

$ echo hello there | enc url
hello%20there

$ enc url hello there
hello%20there

$ enc url
hello there
hello%20there
^C

$ enc url > encoded.txt
hello there
^C
$ cat encoded.txt
hello%20there

$ enc url hello.txt
hello%20there

About

Encode in a variety of encodings without leaving the command line.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published