Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdelorenzo/copyq_archive
🖱️ A simple utility to archive CopyQ's history.
https://github.com/alexdelorenzo/copyq_archive
copyq
Last synced: about 1 month ago
JSON representation
🖱️ A simple utility to archive CopyQ's history.
- Host: GitHub
- URL: https://github.com/alexdelorenzo/copyq_archive
- Owner: alexdelorenzo
- License: agpl-3.0
- Created: 2024-01-15T00:35:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-15T00:54:19.000Z (10 months ago)
- Last Synced: 2024-01-15T04:43:02.712Z (10 months ago)
- Topics: copyq
- Language: Python
- Homepage: https://alexdelorenzo.dev
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖱️ 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
```bash
$ python3 -m copyq_archive [save|search|tabs]
```### Save
```bash
$ python3 -m copyq_archive save
```### Search
```bash
$ python3 -m copyq_archive search "search-query"
```#### Search tabs
```bash
$ python3 -m copyq_archive search tab "tab-name" "search-query"
```### Tabs
```bash
$ python3 -m copyq_archive tabs
```