/hastebin

Simple hastebin client, no runtime needed, binaries provided.

Primary LanguageNimMIT LicenseMIT

hastebin

Simple hastebin client, no runtime needed, binaries provided

Usage:
    echo some content | hastebin [options]

Options:
    -o      Open the resulting URL
    -s      Do not print anything
    -u      alternative url to http://hastebin.com/

MIT license - see License

compiling

Using the latest /devel branch of Nim, use the nim compiler

nim c hastebin.nim

downloads