Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfce-mirror/xfce4-clipman-plugin
Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/xfce4-clipman-plugin
Last synced: 4 days ago
JSON representation
Mirror repository, PRs are not watched, please use Xfce's GitLab
- Host: GitHub
- URL: https://github.com/xfce-mirror/xfce4-clipman-plugin
- Owner: xfce-mirror
- License: gpl-2.0
- Created: 2014-12-02T11:31:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T22:51:45.000Z (7 months ago)
- Last Synced: 2024-05-23T10:27:08.565Z (6 months ago)
- Language: C
- Homepage: https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin
- Size: 4.99 MB
- Stars: 22
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/blob/master/COPYING)
# xfce4-clipman-plugin
Xfce4-clipman-plugin is a plugin for the Xfce Panel and as a standalone application (it is a
bundle). It keeps the clipboard contents around (even after an application
quits). It is able to handle text and images, and has a feature to execute
actions on specific text selection by matching them against regexes.----
### Homepage
[Xfce4-clipman-plugin documentation](https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin)
### Changelog
See [NEWS](https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/blob/master/NEWS) for details on changes and fixes made in the current release.
### Required Packages
* [GTK](https://www.gtk.org)
* [libxfce4ui](https://gitlab.xfce.org/xfce/libxfce4ui)
* [libxfce4util](https://gitlab.xfce.org/xfce/libxfce4util)
* [xfconf](https://gitlab.xfce.org/xfce/xfconf)
* [xfce4-panel](https://gitlab.xfce.org/xfce/xfce4-panel)For concrete information on the minimum required versions, check [configure.ac.in](https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/blob/master/configure.ac.in).
### Source Code Repository
[Xfce4-clipman-plugin source code](https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin)
### Download a Release Tarball
[Xfce4-clipman-plugin archive](https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin)
or
[Xfce4-clipman-plugin tags](https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/tags)### Installation
From source code repository:
% cd xfce4-clipman-plugin
% ./autogen.sh
% make
% make installFrom release tarball:
% tar xf xfce4-clipman-plugin-.tar.bz2
% cd xfce4-clipman-plugin-
% ./configure
% make
% make install### Reporting Bugs
Visit the [reporting bugs](https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.