Skip to content

PrivateBin CLI written in Golang

Notifications You must be signed in to change notification settings

safing/go-privatebin

 
 

Repository files navigation

PrivateBin CLI

A CLI for PrivateBin allowing easy pasting from the Terminal.

Installation

wget https://github.com/matthewpi/privatebin/releases/download/v0.0.1/privatebin -P /usr/bin/ && chmod +x /usr/bin/privatebin

Usage

Currently we only support piping inputs on the Command Line.

# Using Echo
echo test | privatebin

# Using Tail
tail -n 20 <FILE> | privatebin

# Using Cat
cat <FILE> | privatebin

About

PrivateBin CLI written in Golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.3%
  • Makefile 5.7%