Merge the copied data with the current clipboard content.
🏁 Let's Jump Right In
📥 Installation
Using APM
Open your terminal and run:
apm install clip-merge
Using Atom
- Open
Settings
>Install
- Search
clip-merge
and install
Cheers 🍻
🔑 Usage
Commands
clip-merg:copy
: Merge the copied data with the current clipboard content.
clip-merg:cut
: Merge the copied data with the current clipboard content and delete selections.
Keymap
Commands | macOS | Windows | Linux |
---|---|---|---|
clip-merge:copy |
shift cmd C | ctrl alt C | ctrl alt C |
clip-merge:cut |
shift cmd X | ctrl alt X | ctrl alt X |
🔧 Config
Audio
Play audio
:true
- Play clip-merge audio when copy/cut.Volume
:0.5
- Volume of the clip-merge audio.
Notification
Enable notification
:true
- Enable notification when copy/cut.
📄 License
This project is licensed under the MIT License - see the 📄 LICENSE.md file for details