Skip to content

alexdelorenzo/copyq_archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖱️ 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

About

🖱️ A simple utility to archive CopyQ's history.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages