]>
| description | Unicode's answer to Base64 for the UNIX command line :^) |
| last change | Thu, 8 Nov 2018 10:15:41 +0000 (11:15 +0100) |
| URL | https://git.gir.st/base65536.git |
Reimplementation of ferno's base65536 in C for UNIXoid shells.
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.
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.
echo -n "Hello World" | ./base65536
will output:
驈ꍬ啯𒁗ꍲᕤ
base65536 is released under the GNU General Public License, version 3.
See LICENSE for details. © 2016 Tobias Girstmair, isticktoit.net
| 2018-11-08 | girst | fix -Werror=misleading-indentation master github/master | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 2017-06-04 | girst | Merge 'nashe-fopen-return-value', fixes segfault | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 2017-06-04 | girst | rename error message | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 2017-06-03 | nashe | Correctly handle fopen() return value | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 2016-06-02 | girst | Added LICENSE file (GPLv3) | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 2016-06-02 | girst | Removed long options in favour of `getopt()`, changed... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 2016-05-31 | girst | Code Import | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
| 7 years ago | master | shortlog | log | tree |