Skip to content

Program to split a clipboard selection word by word for every 'Ctrl + V'. Linux only.

License

Notifications You must be signed in to change notification settings

mo3rfan/Clipsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipsplit

"Clipsplit" is a small program to split a clipboard selection (triggered via keyboard shortcuts). Linux only.

Requires

  • xsel and Linux with X11
  • GCC, GNU Make

Usage

  1. Compile (make) and run (./a.out) with elevated permissions.
  2. Select a text anywhere by using Ctrl + C to copy.
  3. Ctrl + V to paste. First paste will be normal. Subsequent pastes will do the magic.
  4. Send a SIGINT or one of those signals to this program to stop.

Don't ask me why I made this.

About

Program to split a clipboard selection word by word for every 'Ctrl + V'. Linux only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published