logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ClipIt - Lightweight GTK+ Clipboard Manager

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)

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 CLIEXAMPLES.

Name

       ClipIt - Lightweight GTK+ Clipboard Manager

Notes

ACTIONSClipIt's  actions  perform commands using the contents of your clipboard. "%s" in the command is replaced
       with the clipboard contents.

   CLIEXAMPLES
       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]>

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.

See Also

       Website: https://github.com/CristianHenzel/ClipIt

Synopsis

clipit [OPTION]

See Also