You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

clipreplace

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipreplace

Replace a section of text in a file with clipboard content.

0.1.5
pipPyPI
Maintainers
1

ClipReplace

Test

ClipReplace is a simple command-line tool to replace a section of text in a file with clipboard content.

Installation

Install clipreplace using pipx:

pipx install clipreplace

Usage

  • Copy text to your clipboard
  • Run the command:
clipreplace --file <file_path>
  • If the first line of the clipboard matches a line in the file, the match section will be replaced with the clipboard content.

License

This project is licensed under the MIT License.

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