🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

mc_xclip

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mc_xclip

Syncs clipboards of Midnight Commander and X Window System.

0.3.0
94

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Shell access

Supply chain risk

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Found 1 instance in 1 package

Maintainers
1

NEW:

Don't use mc_xclip! Instead:

  • sudo apt-get install xclip
  • Make sure mc is NOT running, or it will overwrite the next changes.
  • Find clipboard_store in ~/.config/mc/ini
  • Set clipboard_store=xclip -i -selection clipboard
  • Set clipboard_paste=xclip -o -selection clipboard
  • Thanks to https://github.com/IvanAli

OLD:

Install::

sudo apt-get install xclip
sudo pip install mc_xclip

# If you use Display Manager:
echo 'mc_xclip &' >> ~/.xprofile

# Else:
echo 'mc_xclip &' >> ~/.xinitrc

# Reboot.

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