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

copyedit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copyedit

An easy way to edit your clipboard contents!


Maintainers
1

Readme

copyedit

An easy way to edit your clipboard contents!

copyedit is intended to be an alternative to Text Editor Anywhere

pip3 install copyedit or pip3 install git+https://github.com/Rayquaza01/copyedit

Copyedit uses pyperclip. You may need to manually install additional dependencies, depending on your system.

Usage

  • Run copyedit.py.
  • It will ask for a file extension, create a file with your current clipboard contents, and open the file in your editor.
  • When you close your editor, it will copy the contents of the file to your clipboard

Options

The options are saved in ~/copyedit.json and can be overridden in a config file per folder.

  • editor: The command to run your preferred text editor. The file with the clipboard contents will be passed as an argument. Defaults to vim
  • default_extension: The default file extension to use. Can be changed while running. Defaults to txt
  • directory: The directory to save the temporary clipboard files in. Defaults to ~/copyedit
  • delete_on_close: Whether to delete the temporary file after copyedit finishes. Defaults to false

Arguments

Two arguments are accepted:

  • --blank (-b): make the file blank, instead of using clipboard contents. Will still copy file contents to clipboard after the editor is closed
  • --deleteOnClose (-doc): Delete on close, overrides the config option.

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