Skip to content

hansipie/pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PB

Overview

pb is a copy/paste utility for CLI using STDIN and STDOUT.

Packaging

Use pyinstaller to create a standalone executable.

$ pip install pyinstaller
$ pyinstaller --onefile pb.py

Usage

Usage: pb [--help] COMMAND

pb: Copy/paste CLI utility.

Commands:
  copy      Write to your clipboard the content from STDIN
  paste     Write to STDOUT the contents of your clipboard

Examples

$ echo test | pb copy

$ pb paste
test

About

A copy/paste utility for CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages