greenclip: Simple clipboard manager to be integrated with rofi

[ bsd3, linux-desktop, program ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.3.0, 2.0.0, 2.0.1, 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.2.0, 3.3.0, 3.4.0, 4.1.0, 4.2.0
Dependencies base (>=4.7 && <5), binary, classy-prelude, Clipboard, directory, microlens, microlens-mtl, text, vector [details]
License BSD-3-Clause
Copyright 2016 Erèbe
Author Erèbe - Romain GERARD
Maintainer romain.gerard@erebe.eu
Category Linux Desktop
Home page https://github.com/erebe/greenclip#readme
Uploaded by erebe at 2017-09-06T18:58:40Z
Distributions NixOS:4.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables greenclip
Downloads 6104 total (106 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-09-06 [all 3 reports]

Readme for greenclip-1.3.0

[back to package description]

logo

Description

Recyle your clipboard selections with greenclip and don't waste your time anymore to reselect things other and other.

Purpose : Keeps track of your history of selections to quickly switch between them

Demo :

Video Link

Installation :

  1. It's a static binary so drop it anywhere in your $PATH env

wget https://github.com/erebe/greenclip/releases/download/1.3/greenclip

Alternatively if you are using Archlinux you can install the package from AUR

pacman -S greenclip

PS: If you want, you can add a permanent list of selections to be added to your current history. Go see the config file

Usage :

Greenclip is intended to be used with rofi

  1. Spawn the daemon greenclip daemon
  2. When ever you need to get your selections history rofi -modi "clipboard:greenclip print" -show clipboard
  3. The entry that you have selected will be in your clipboard now
  4. Configuration file can be found in .config/greenclip.cfg

Compilation :

  1. Get stack for Haskell
  2. stack init && stack install