Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clipit(1) [debian man page]

CLIPIT(1)						      General Commands Manual							 CLIPIT(1)

NAME
ClipIt - Lightweight GTK+ Clipboard Manager SYNOPSIS
clipit [OPTION] DESCRIPTION
ClipIt is a lightweight GTK+ clipboard manager. ClipIt features a clipboard CLI. Unrecognized options and the contents of your standard input get copied to your clipboard. See CLI EXAM- PLES. OPTIONS
-?, --help Show help options. -d, --daemon Run as daemon. Use this mode if you just want ClipIt to keep your clipboard and primary contents safe. -n, --no-icon Do not use status icon. -c, --clipboard Print clipboard contents. -p, --primary Print primary contents. NOTES
ACTIONS ClipIt's actions perform commands using the contents of your clipboard. "%s" in the command is replaced with the clipboard contents. CLI EXAMPLES Put text in the clipboard echo "copied to clipboard" | clipit clipit "copied to clipboard" Put text in the clipboard and print the clipboard contents echo "copied to clipboard" | clipit -c Hotkeys The available hotkey modifiers are <Ctrl>, <Alt> <Shift>, <Release>, <Meta>, <Super>, <Hyper>, <Mod[1-5]> SEE ALSO
Website: http://sourceforge.net/projects/gtkclipit/ AUTHOR
Maintained by Cristian Henzel <oss@rspwn.com>. Forked from parcellite, which was written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>. 2010-11-11 CLIPIT(1)

Check Out this Related Man Page

PARCELLITE(1)						      General Commands Manual						     PARCELLITE(1)

NAME
Parcellite - Lightweight GTK+ Clipboard Manager SYNOPSIS
parcellite [OPTION] DESCRIPTION
Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity. Parcellite features a clipboard CLI. Unrecognized options and the contents of your standard input get copied to your clipboard. See CLI EXAMPLES. OPTIONS
-?, --help Show help options -d, --daemon Run as daemon. Use this mode if you just want Parcellite to keep your clipboard and primary contents safe -n, --no-icon Do not use status icon -c, --clipboard Print clipboard contents -p, --primary Print primary contents ACTIONS
Parcellite's actions perform commands using the contents of your clipboard. "%s" in the command is replaced with the clipboard contents. CLI EXAMPLES
echo "copied to clipboard" | parcellite parcellite "copied to clipboard" echo "copied to clipboard" | parcellite -c Hotkeys The available hotkey modifiers are <Ctrl>, <Alt> <Shift>, <Release>, <Meta>, <Super>, <Hyper>, <Mod[1-5]> SEE ALSO
Website: http://parcellite.sourceforge.net AUTHOR
Written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>. March 17 2008 PARCELLITE(1)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

start dt apps from CLI

I have need of starting the app manager or what ever it is called from the CLI. I can start the text editor and file manger i.e. dtpad, dtfile & dtmail etc... But I have forgotten the command to start the app manager. Help!!!! :D (1 Reply)
Discussion started by: jagannatha
1 Replies

2. Programming

Redirecting

How to redirect the contents of a file to a command? The contents of the file are the arguments necessary for the command. thx in advance. bye svh (5 Replies)
Discussion started by: svh
5 Replies

3. UNIX for Dummies Questions & Answers

Reflection X clipboard issues

Hey, Has anyone else ever run into a problem with Reflection X and clipboard not working? I'll copy something command line, try to vi into a file and paste it and it either pastes nothing or sometimes the correct data and even in some cases it will print stuff in the clipboard from 3 copies ago.... (2 Replies)
Discussion started by: kingdbag
2 Replies

4. Shell Programming and Scripting

Automatic Copy of File Contents to Clipboard

Could someone show me how to copy the contents of a file to the clipboard automatically without manually selecting its contents? I just want to press the "Paste Key" to show the results. I wish to use this in a ksh script. I'm using Solaris. Thanks! (5 Replies)
Discussion started by: ilak1008
5 Replies

5. UNIX for Dummies Questions & Answers

Copy/Paste text as commands in AIX

Hello, I'm absolutely new to this world... but I've a problem with a terminal connected via PuTTY (or Termlite) to an AIX 5.1 application. The problem: I need to paste from clipboard a text containing both input text strings and special keys as ESC, Arrows and so on, to execute in the AIX... (1 Reply)
Discussion started by: Daniele11
1 Replies

6. UNIX for Dummies Questions & Answers

Copy text from a file from VI editor to Windows clipboard

Copy text from a file from VI editor to Windows clipboard, I mean copy entire file in vi editor to notepad. (13 Replies)
Discussion started by: zhshqzyc
13 Replies

7. UNIX for Dummies Questions & Answers

Hashmap

hi friends, problem statement is Program to insert elements into a hashmap(say A). create new hashmap (say B). Copy the contents of A to B, Clear the contents of hashmap A. then print the contents of hashMap B. please help me to do this Thanksn advance... (1 Reply)
Discussion started by: shilpaamu
1 Replies

8. UNIX for Dummies Questions & Answers

perl syntax for use with urxvt and X clipboard

I am trying to use the following perl code with urxvt terminal emulator to make using the X clipboard easier to deal with. #! /usr/bin/perl sub on_sel_grab { my $query=quotemeta $_->selection; $query=~ s/\n/\\n/g; $query=~ s/\r/\\r/g; system( "echo -en " . $query . " |... (2 Replies)
Discussion started by: jelloir
2 Replies

9. UNIX for Dummies Questions & Answers

Copy entire contents of file to clipboard

Hi, I am trying to figure out how to copy the contents of a file to the clipboard, then paste into a command. i.e copy contents of file /path/filename.txt to <command> <paste text> Hope that makes sense. Basically tryting to copy the text for use in a command without having to open the... (8 Replies)
Discussion started by: JCA70
8 Replies

10. Shell Programming and Scripting

Script to manipulate contents of clipboard

Hi there, I'm a total newbie and would like some help. I'd like to have a script to - load the contents of the clipboard into a variable - manipulate the variable by adding the characters /* to the beginning of every line and */ to the end of every line - load the variable back into the... (3 Replies)
Discussion started by: js8765
3 Replies

11. Shell Programming and Scripting

Clipboard transformation scripting

Hello all, I've done a bit of clipboard transformation scripting using xclip before, piping contents with " xclip -o -selection clipboard " to grep, sed, awk, then back into the clipboard with " xclip -i -selection clipboard " ... but I am not a fantastically skilled user of either of the three... (4 Replies)
Discussion started by: la2ar0
4 Replies

12. UNIX for Dummies Questions & Answers

Copying a command/line to clipboard

hi all, i am newbie to Unix scripting.. I am writing a script which will have a line of commands, which needs to be copied to clipboard. Any ideas welcome.. Usage:: I am using the script in this way, The script will have some lines (like below) export TERM=xterm; cd test_env; TMOUT=0 ... (1 Reply)
Discussion started by: gkarthik.gk
1 Replies

13. UNIX for Dummies Questions & Answers

File name select to "clipboard"

I want to be able to take a file name and then use sedto paste that text into the file. I believe I know how to do the latter portion of pasting into the file at the location I want, but I do not know how to "copy" the file name to the "clipboard" for pasting. Ideally I want to be able to... (1 Reply)
Discussion started by: TitanTlaloc
1 Replies