]> git.gir.st - base65536.git/summary
 
descriptionUnicode's answer to Base64 for the UNIX command line :^)
last changeThu, 8 Nov 2018 10:15:41 +0000 (11:15 +0100)
readme

base65536

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

Why

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

shortlog
2018-11-08 girstfix -Werror=misleading-indentation master github/master
2017-06-04 girstMerge 'nashe-fopen-return-value', fixes segfault
2017-06-04 girstrename error message
2017-06-03 nasheCorrectly handle fopen() return value
2016-06-02 girstAdded LICENSE file (GPLv3)
2016-06-02 girstRemoved long options in favour of `getopt()`, changed...
2016-05-31 girstCode Import
heads
5 years ago master
Imprint / Impressum