]> git.gir.st - base65536.git/blob - README.md
Code Import
[base65536.git] / README.md
1 # base65536
2 Reimplementation of [ferno][1]'s [`base65536`][2] in C for UNIXoid shells.
3
4 ## Why
5 * Why not?
6 * beat [Twitter][3] and pack your tweet with 280 characters!
7 * Annoy your friends!
8
9 ## Building
10 To generate the binary, run `make`.
11 To automatically run the included tests, run `make test`. (will rebuild)
12 You can copy the resulting `base65536` file to a directory in your `$PATH`.
13
14 ## Usage
15 `base65536` uses GNU's [`base64`][4] tool as a reference and therefore has the
16 same command line arguments. This means, you can either pipe data in or give a
17 file as an argument.
18
19 ### 'Hello World'-Example:
20
21 echo -n "Hello World" | ./base65536
22
23 will output:
24
25 驈ꍬ啯𒁗ꍲᕤ
26
27 ## License
28 `base65536` is released under the GNU General Public License, version 3.
29 See `LICENSE` for details.
30 © 2016 Tobias Girstmair, [isticktoit.net][5]
31
32 ## In other Languages
33 * [JavaScript](https://github.com/ferno/base65536)
34 * [Python](https://github.com/Parkayun/base65536)
35 * [Go](https://github.com/Nightbug/go-base65536)
36 * [Ruby](https://github.com/Nightbug/base65536-ruby)
37 * [PHP](https://github.com/hevertonfreitas/base65536)
38
39 [1]: https://github.com/ferno/
40 [2]: https://github.com/ferno/base65536
41 [3]: https://twitter.com/girstmair
42 [4]: http://linux.die.net/man/1/base64
43 [5]: http://isticktoit.net/
Imprint / Impressum