You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

uclip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uclip

Command Line Utility to upload clipboard images to B2 buckets


Maintainers
1

Readme

UClip - Clipboard image uploader

Build codecov

PyPI - Python Version PyPI version

Upload clipboard images to B2 buckets

After upload, the displayed URL is also copied to the clipboard.

Install via pip or pipx

pipx install uclip

Usage

1. Upload clipboard image
> uclip
✅ https://img.example.org/screens/9felsH.jpg
2. -f or --file: Upload file from path
> uclip -f /Documents/dog.webp
? Generate random file name? Otherwise use name from path. Yes
✅ https://cdn.ionite.io/img/ik8tZg.webp
3. -d or --delete: Delete named file from bucket
> uclip -d 9felsH.jpg
🗑️ Deleted 9felsH.jpg

Run --config to set up your B2 API Keys and URL

> uclip --config
? B2 Application ID: 0013770e41044120000000001
? B2 Application Key: **********************
? B2 Bucket Name: bucket-name
? B2 Upload Path in Bucket: /screenshots/
? Alternate URL: https://img.example.org/
? File Name Length: 6

The OS Keychain Service is used for secure API credential storage

The keychain can be set to always allow, or via biometric authentication by Touch ID or Windows Hello.

WindowsMacOSUbuntu LTS 20.04
Credential lockerKeychainSecret Service

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc