Skip to content

maek/ctrlccmdv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Ctrl-c cmd-v

This is a simple daemon written in Python 2 that allows text in the clipboard to be shared between two remote hosts simply via Ctrl-c Ctrl-v.

Supported OS:

  • Linux (GNOME only)
  • macOS

NOTE: There is no encryption so all communications are sent as clear text.

Run Instructions

To start the daemon:

$ ./ctrlccmdv.py <HOST> &

To stop the daemon:

$ pkill -f ctrlccmdv.py >/dev/null

About

Remote Ctrl-c Ctrl-v

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages