Installation

Dependencies

RofiPaste depends on rofi, FontAwesome and xdotool

Installing dependencies

Debian / Ubuntu / Linux Mint / Elementary

$ sudo apt-get install rofi fonts-font-awesome xdotool

Todo

Update instructions for font-awesome (the version from apt isn’t up to date)

Arch / Manjaro

$ sudo pacman -Suy rofi xdotool
$ git clone https://aur.archlinux.org/ttf-font-awesome-4.git
$ cd ttf-font-awesome-4
$ makepkg -si

Fedora

$ sudo dnf install rofi xdotool

Todo

Add instructions for font-awesome

Stable release

To install RofiPaste, run this command in your terminal:

$ pip install rofipaste

This is the preferred method to install RofiPaste, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for RofiPaste can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/Any0ne22/rofipaste

Or download the tarball:

$ curl -OJL https://github.com/Any0ne22/rofipaste/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install