Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
panel-plugins:clipman:start [2019/08/05 17:15] – [Action Settings] added tweaks dialog section kevinbowenpanel-plugins:clipman:start [2023/07/10 10:43] – Update bug reports section gael
Line 1: Line 1:
-====== Clipman ======+~~NOTOC~~ 
 +{{ :panel-plugins:xfce4-clipman-plugin.png?nolink|}} 
 +====== Clipman - xfce4-clipman-plugin ======
  
-This manual describes //**Clipman**// version 1.2.0. +  * **[[#Getting Started|Getting Started]]** 
- +  * **[[#Settings|Settings]]** 
-Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text is available from the [[http://www.fsf.org/|Free Software Foundation]].+  * **[[#Action Settings|Action Settings]]** 
 +  * **[[#Tweaks Dialog|Tweaks Dialog]]** 
 +  * **[[#About Clipman|About Clipman]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 +----
 ===== Introduction ===== ===== Introduction =====
  
Line 15: Line 21:
 //**Clipman**// handles only the default clipboard, but optionally it can also notice the selections. When it is handling the selections, the default clipboard will always be synced with it and contain the same data. By this meaning you can paste with the keyboard what you select on screen. //**Clipman**// handles only the default clipboard, but optionally it can also notice the selections. When it is handling the selections, the default clipboard will always be synced with it and contain the same data. By this meaning you can paste with the keyboard what you select on screen.
  
-==== Getting Started ====+---- 
 +===== Getting Started =====
  
 //**Clipman**// is used to keep in history a list of clipboard contents and to restore them. The history is displayed in a menu by clicking on the main icon. Within the menu it is possible to restore a text and to clear the history. //**Clipman**// is used to keep in history a list of clipboard contents and to restore them. The history is displayed in a menu by clicking on the main icon. Within the menu it is possible to restore a text and to clear the history.
Line 29: Line 36:
 //**Clipman**// provides the command-line tool ''xfce4-popup-clipman''. When called it popups the main menu. The command is practical for the //**Application Shortcuts**// available at {gui>Xfce Menu>Settings>Keyboard}. //**Clipman**// provides the command-line tool ''xfce4-popup-clipman''. When called it popups the main menu. The command is practical for the //**Application Shortcuts**// available at {gui>Xfce Menu>Settings>Keyboard}.
  
 +----
 ===== Settings ===== ===== Settings =====
  
Line 50: Line 58:
 Settings dialog with the General tab Settings dialog with the General tab
 </figure> </figure>
-==== Action Settings ====+ 
 +[[|Back to Top]] 
 +---- 
 +===== Action Settings =====
  
 An action is a pair of a name and a regular expression. Each action can have one or more commands. The support of actions is optional and can be enabled or disabled through the {gui>Enable actions} option. An action is a pair of a name and a regular expression. Each action can have one or more commands. The support of actions is optional and can be enabled or disabled through the {gui>Enable actions} option.
Line 64: Line 75:
 </figure> </figure>
  
-=== Action Dialog ===+==== Action Dialog ====
  
 An action has a human readable name that describes the pattern it is going to match. An action must have at least one command which also has a human readable name. The matched text can be reused in the command. An action has a human readable name that describes the pattern it is going to match. An action must have at least one command which also has a human readable name. The matched text can be reused in the command.
Line 104: Line 115:
 For example, from the simple pattern "''bug #(123)''" it is possible to use "''\0''" for the text "''bug #123''" and "''\1''" for the text "''123''". With the command "''<nowiki>exo-open http://host/\1</nowiki>''", the real executed command would be "''<nowiki>exo-open http://host/123</nowiki>''". For example, from the simple pattern "''bug #(123)''" it is possible to use "''\0''" for the text "''bug #123''" and "''\1''" for the text "''123''". With the command "''<nowiki>exo-open http://host/\1</nowiki>''", the real executed command would be "''<nowiki>exo-open http://host/123</nowiki>''".
  
-=== Tweaks Dialog ===+ 
 +[[|Back to Top]] 
 +---- 
 +===== Tweaks Dialog =====
  
 <figure "Tweaks Dialog"> <figure "Tweaks Dialog">
Line 133: Line 147:
   xfconf-query -c xfce4-panel -p /plugins/clipman/property -s value   xfconf-query -c xfce4-panel -p /plugins/clipman/property -s value
  
-===== Support ===== 
  
-To report a bug or a feature request use the bug tracking system at [[http://bugzilla.xfce.org/|bugzilla.xfce.org]]. If you have questions about the use of this software, please ask on the [[https://mail.xfce.org/mailman/listinfo/xfce|Xfce mailing list]], or point your IRC client to ''irc.freenode.net'' and join the channel ''#xfce'' and ask for help. 
  
 ===== About Clipman ===== ===== About Clipman =====
Line 147: Line 159:
 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
  
 +===== Reporting Bugs =====
 +
 +  * **[[:panel-plugins:xfce4-clipman-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
 +
 +[[|Back To Top]]
 +----
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]