All Projects → mefuckin → Pastebin Shell

mefuckin / Pastebin Shell

Licence: unlicense
bash pastebin.com client

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pastebin Shell

Purse
GPG asymmetric (YubiKey) password manager
Stars: ✭ 313 (+5116.67%)
Mutual labels:  bash-script
Shml
SHell Markup Language | Style Framework for The Terminal
Stars: ✭ 411 (+6750%)
Mutual labels:  bash-script
Anti Ddos
🔒 Anti DDOS | Bash Script Project 🔒
Stars: ✭ 561 (+9250%)
Mutual labels:  bash-script
Format Udf
Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.
Stars: ✭ 333 (+5450%)
Mutual labels:  bash-script
Move Wsl
Easily move your WSL distros VHDX file to a new location.
Stars: ✭ 389 (+6383.33%)
Mutual labels:  bash-script
Dedicated valheim server script
Valheim Menu system for managing or installing your Valheim Dedicated Server. Multi-Language. Supports Vanilla or Mod modes. Built on Ubuntu 20.04.
Stars: ✭ 455 (+7483.33%)
Mutual labels:  bash-script
Static status
🚦Bash script to generate a static status page.
Stars: ✭ 286 (+4666.67%)
Mutual labels:  bash-script
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+10783.33%)
Mutual labels:  bash-script
Google Drive Upload
Bash scripts to upload files to google drive
Stars: ✭ 403 (+6616.67%)
Mutual labels:  bash-script
Easy hack
Hack the World using Termux
Stars: ✭ 549 (+9050%)
Mutual labels:  bash-script
Larasail
LaraSail - Set Sail with your Laravel app on DigitalOcean
Stars: ✭ 348 (+5700%)
Mutual labels:  bash-script
Termux Archlinux
You can use setupTermuxArch.bash 📲 to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
Stars: ✭ 384 (+6300%)
Mutual labels:  bash-script
Kalitorify
Transparent proxy through Tor for Kali Linux OS
Stars: ✭ 513 (+8450%)
Mutual labels:  bash-script
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (+5350%)
Mutual labels:  bash-script
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (+10316.67%)
Mutual labels:  bash-script
Linuxbashshellscriptforops
Linux Bash Shell Script and Python Script For Ops and Devops
Stars: ✭ 298 (+4866.67%)
Mutual labels:  bash-script
Infect
Infect Any Android Device With Virus From Link In Termux
Stars: ✭ 409 (+6716.67%)
Mutual labels:  bash-script
Jsonlite
A simple, self-contained, serverless, zero-configuration, json document store.
Stars: ✭ 819 (+13550%)
Mutual labels:  bash-script
Bootiso
A bash program to securely create a bootable USB device from one image file.
Stars: ✭ 645 (+10650%)
Mutual labels:  bash-script
Bash Script Template
A best practices Bash script template with several useful functions
Stars: ✭ 543 (+8950%)
Mutual labels:  bash-script

pastebin-shell

Bash pastebin.com client. Bash Script to post text from stdin to pastebin.com.

Installation

Download:

curl -f https://raw.githubusercontent.com/mefuckin/pastebin-shell/master/pbin -o pbin
chmod +x pbin

Run:

./pbin -h

Usage

Usage: pbin [options]
Post text from stdin to pastebin.com.

Options:
	-l				Log into pastebin.com
	-u				Your pastebin.com username
	-p				Your pastebin.com password
	-n name				Paste title
	-f format			Syntax highlightig format (you can find list 
					of formats at http://pastebin.com/api#5)
	-e expire			Paste expire time:
					  n (or never) - never
					  10M          - 10 minutes
					  1H           - 1 hour
					  1D           - 1 day
					  1M           - 1 month
	-r private			Private settings: public (or 0), unlisted (or 1)
					or private (or 2, need to login)
	-h				Show this message
	-o				Print sample config
	-c /path/to/pastebin.conf	Set path to config file

Examples:

pbin < /proc/cpuinfo

echo -e "foo\nbar" | bash pbin -n "foobar.txt" -l 1

Requirements

Only bash and curl.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].