DragonFly On-Line Manual Pages
ANAMNESIS(1) DragonFly General Commands Manual ANAMNESIS(1)
NAME
Anamnesis - clipboard history manager
SYNOPSIS
anamnesis [options]
DESCRIPTION
Anamnesis is a clipboard manager. It stores all clipboard history and
offers an easy interface to do a full-text search on it.
OPTIONS
--version
show program's version number and exit
-h, --help
show this help message and exit
--start
starts anamnesis daemon
--stop stops anamnesis daemon
--restart
restarts anamnesis daemon
-b, --browser
opens anamnesis browser with clipboard history
--cleanup
optimize database and limit the number of elements
-l N, --list=N
prints the clipboard history last N values
--filter=KEYWORDS
use keywords to filter the clips to be listed
-a CLIP, --add=CLIP
adds a value to the clipboard
--remove=ID_TO_REMOVE
removes the clipboard element with the given id
--brief
print only a brief version of long clipboard elements
EXAMPLES
Starts the graphic user interface:
anamnesis --browser
Starts the anamnesis daemon:
anamnesis --start
Stops the anamnesis daemon:
anamnesis --stop
List the last 20 clipboard items:
anamnesis --list=20
List the last 5 items in the clipboard the has the keywords 'my' and
'search':
anamnesis --list=5 --filter="my search"
Adds a clipboard item (same as copying to the clipboard if the daemon
is running):
anamnesis --add="hello, clipboard!"
DEPENDENCIES
* python-xdg * python-gtk2 * sqlite3
CONFIGURATION
Anamnesis will search for configuration files in the $XDG_DATA_DIRS and
$XDG_CONFIG_HOME directories. It defaults to:
/usr/share/anamnesis/anamnesis.cfg
~/.config/anamnesis/anamnesis.cfg
AUTHOR
Written by Fabio Guerra <fabiowguerra@users.sourceforge.net>
Bugs should be reported on the project page:
https://sourceforge.net/projects/anamnesis/
DECEMBER 2010 ANAMNESIS(1)