No Description

Getty Ritter f56a8e9cf5 Merge branch 'master' of rosencrantz:/srv/git/GRUtils 7 years ago
escaped-string e7c34ba9db Added some small PKGBUILD files for Arch Linux building 10 years ago
expseq e7c34ba9db Added some small PKGBUILD files for Arch Linux building 10 years ago
json2bencode cce3212210 Misc deletions and restructuring 7 years ago
scripts 718f03d02f Apply shellcheck suggestions to new-cabal-exec 7 years ago
.gitignore 6b21aa1e26 Added much-needed gitignore 8 years ago
README 8c1c6fd889 updated README 7 years ago

README

Whatchamacallit
===============

Miscellaneous command-line utilities to do various small tasks. They're split
up into different libraries so they can be installed individually, but also
kept in a single repo because they're all tiny.

All these are licensed under the WTFPL unless noted otherwise.

escaped-string/
-----------

Reads in stdin and produces an escaped string on stdout with surrounding
quotation marks, attempting to make it a valid JSON string. In C; has
Makefile.

expseq/
-------

A rough analogue of seq for generating exponentially increasing numbers rather
than sequentially. In C; has Makefile.

json2bencode/
-------------

What it says on the tin. In Haskell.

scripts/
--------

Random scripts, several of them not useful to anyone else, some of them probably
quite useful. A mixed bag.