Skip to content

girst/base65536-mirror-of-git.gir.st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base65536

Reimplementation of ferno's base65536 in C for UNIXoid shells.

Why

  • Why not?
  • beat Twitter and pack your tweet with 280 characters!
  • Annoy your friends!

Building

To generate the binary, run make.
If you want long options (e.g. --decode), enable -DLONG_OPT. To automatically run the included tests, run make test. (will rebuild)
You can copy the resulting base65536 file to a directory in your $PATH.

Usage

base65536 uses GNU's base64 tool as a reference and therefore has the same command line arguments. This means, you can either pipe data in or give a file as an argument.

'Hello World'-Example:

echo -n "Hello World" | ./base65536

will output:

驈ꍬ啯𒁗ꍲᕤ

License

base65536 is released under the GNU General Public License, version 3.
See LICENSE for details. © 2016 Tobias Girstmair, isticktoit.net

In other Languages

About

https://git.gir.st/base65536.git - Seldomly Updated Mirror: Unicode's answer to Base64 for the UNIX command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published