1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Welcome to CopyQ's documentation!
=================================
CopyQ is clipboard manager -- a desktop application which stores content of the
system clipboard whenever it changes and allows to search the history and copy
it back to the system clipboard or paste it directly to other applications.
This documentation describes some basic concepts and workflows as well as more
advanced topics like scripting and application development process.
.. toctree::
:caption: The Basics
:maxdepth: 2
installation
basic-usage
tabs-and-items
keyboard
images
tags
security
theme
faq
known-issues
glossary
.. toctree::
:caption: Advanced Topics
:maxdepth: 2
command-line
sessions
pin-items
password-protection
synchronize
writing-commands-and-adding-functionality
scripting
command-examples
commands-script
commands-display
backup
writing-raw-data
scripting-api
.. toctree::
:caption: Development
:maxdepth: 2
build-source-code
fixing-bugs
source-code-overview
translations
text-encoding
customize-and-build-the-windows-installer
|