hpasteit

A command-line client for hpaste.org

http://github.com/parcs/hpasteit

Latest on Hackage:0.3.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Patrick Palka
Maintained by [email protected]

HPasteIt is a command-line client for hpaste.org

Run hpasteit --help for usage information and hpasteit COMMAND --help for detailed usage information about a particular command.

Changes in 0.3.3

  • Don't try to upload an empty paste

  • Bump dependencies

Changes in 0.3.2

  • HTTP connections now actually time out after 60 seconds

Changes in 0.3.1

  • HTTP connections now time out after 60 seconds instead of 5 seconds

  • shortened version number to three sequences

Changes in 0.3.0.0

  • paste is now the default command, so you can upload a paste by simply doing hpasteit mypaste.hs

  • hpasteit now infers the title and language of the paste

  • hpasteit now reads from $HPASTE_AUTHOR to set the author if no author is explicitly provided

  • channels can be inputted without the leading hash-bangs

Changes in 0.2.4.0

  • made the program unicode-aware

  • changed default title from "via HPasteIt" to "(no title)"