vccolombo / clipFile

xclip Python wrapper to copy your files content to clipboard from terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clipFile - Copy your files content to clipboard from terminal

How to install

From source:

# install xclip if on linux
sudo apt install xclip

# clone the repo
git clone https://github.com/vccolombo/clipFile.git
cd clipFile

# install clipFile
python3 setup.py install

From PyPi:

Comming soon

How to use

clip [path_to_file]

About

xclip Python wrapper to copy your files content to clipboard from terminal.


Languages

Language:Python 100.0%