BarbUk / privatebin

A simple portable command-line interface for privatebin server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository contains a CLI for privatebin server.

Abstract

I am a big privatebin user, and I never found a clean CLI to deal with it. It why I decided to build this project to simplify my day-to-day workflow.

Install

You can install the command line interface with:

FreeBSD

pkg install privatebin-cli

From source

git clone https://github.com/gearnode/privatebin.git
cd privatebin
make
make install

Usage

You can create paste from file with:

cat resume.txt | privatebin -bin demo

Build

You can build the command line interface with:

make build

Documentation

The handbook contains informations about various aspects of the command line interface.

You can also use the standard Go documentation tool to read code documentation, for example:

go doc -all github.com/gearnode/privatebin

Contact

If you find a bug or have any question, feel free to open a Github issue or to contact me by email.

Please note that I do not currently review or accept any contribution.

Licence

Released under the ISC license.

Copyright (c) 2020-2022 Bryan Frimin bryan@frimin.fr.

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

A simple portable command-line interface for privatebin server.

License:ISC License


Languages

Language:Go 93.6%Language:Makefile 6.4%