Anamnesis is a clipboard history manager. It stores the clipboard history and offers an easy interface to do a full-text search on it.
According to the Wikipedia:Anamnesis is available for download on the its sourceforge page.
The recommended installation have three steps:
There is no automatic tool to do this yet.
sudo ln -s /path/to/anamnesis.py /usr/bin/anamnesis
anamnesis --start
anamnesis --browse
Usage: anamnesis [options]
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:
anamnesis --browser
anamnesis --start
anamnesis --stop
anamnesis --list=20
anamnesis --list=5 --filter="my search"
anamnesis --add="hello, clipboard!"
This software uses the GPLv3 license.
Written by Fabio Guerra (fabiowguerra [at] users [dot] sourceforge [dot] net)