aboutsummaryrefslogtreecommitdiffstats
apaste - a small command-line pastebin

Software
skarnet.org

apaste

What is it ?

apaste is a small command-line pastebin, to share terminal output by pushing it to a server, so it can be made public via the Web or some other protocol.


Installation

Requirements

  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version 2.15.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • s6-networking version 2.8.0.0 or later. It's a build-time and run-time requirement: it's the layer that provides the network connection.

Licensing

apaste is free software. It is available under the ISC license.

Download

Compilation

  • See the enclosed INSTALL file for installation details.

Upgrade notes

  • This page lists the differences to be aware of between the previous versions of apaste and the current one.

Reference

Commands

Related resources

  • apaste is discussed on the skaware mailing-list.

Similar work

  • fiche is also a small command-line pastebin utility.
  • tpaste and sprunge are similar utilities, one written in lua, the other in Python.