Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

depryve

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depryve

  • 0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

depryve

Ever end up writing half of your program in the console, and need to either copy and paste line-by-line, or do some text editor wizardry to get rid of the prompts and output? No more. Just run depryve and it modifies your clipboard in-place, getting rid of the extraneous info.

Install with RubyGems:

gem install depryve

X11 Selections

depryve reads your primary selection (the "middle click clipboard") by default; this is the "clipboard" that is copied to whenever you highlight text, making usage super easy; just highlight, run depryve, then paste wherever you please. If you would like depryve to read from your clipboard selection (the "Ctrl+C clipboard"), run depryve -c.

The output from depryve will be placed on all of your clipboards, so you may paste it with either Ctrl+V or middle click.

From the REPL

You may require depryve from an irb or pry session and run it at any time by running one of the included methods:

require "depryve"

# write your code...
# whenever you want to copy something highlight it and:
depryve

# or, to run with the -c flag:
depryve_c

FAQs

Package last updated on 12 Apr 2023

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc