Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 668 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 668 Bytes

🖱️ CopyQ Archive

A simple utility to archive CopyQ's history.

Background

CopyQ can only store 10,000 items in its history.

This script can archive those items in a separate database. It comes with a CLI for querying the archive.

Installation

  1. Download the repository
  2. python3 -m pip install .

Usage

$ python3 -m copyq_archive [save|search|tabs]

Save

$ python3 -m copyq_archive save

Search

$ python3 -m copyq_archive search "search-query"

Search tabs

$ python3 -m copyq_archive search tab "tab-name" "search-query"

Tabs

$ python3 -m copyq_archive tabs