GitHub - l-lumin/clipreplace: Simple command-line tool to replace a section of text in a file with clipboard content
-
Notifications
You must be signed in to change notification settings - Fork 0
ClipReplace
ClipReplace is a simple command-line tool to replace a section of text in a file with clipboard content.
Installation
Install clipreplace using pipx:
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.
About
Simple command-line tool to replace a section of text in a file with clipboard content