Skip to main content

A clipboard history manager for your terminal. Track, search, and manage everything you copy.

Project description

yankit mascot

yankit

A clipboard history manager for your terminal.
Yank it, track it, find it.

Features

  • Interactive TUI — Browse, search, and copy entries with keyboard navigation
  • Partial Selection — Select and copy specific parts of text in the detail view
  • Watch — Monitor your clipboard in real-time (foreground or daemon mode)
  • List — View your clipboard history with timestamps and word counts
  • Search — Find anything you've copied with highlighted results
  • Stats — See statistics about your clipboard usage
  • Copy back — Re-copy any past entry back to your clipboard
  • Export — Export your clipboard history as JSON
  • Prune — Auto-cleanup old entries to keep your database lean
  • Daemon mode — Run in background with stop and status commands

Installation

With uvx (recommended, no install needed)

uvx yankit watch

With uv

uv tool install yankit

With pip

pip install yankit

Quick Start

1. Start watching your clipboard

# Foreground mode (Ctrl+C to stop)
yankit watch

# Background daemon mode
yankit watch --daemon

2. Browse with the Interactive TUI

The primary way to use yankit is through its interactive interface. Simply running yankit without any arguments will launch the TUI, where you can navigate your history, preview long texts, and copy entries back to your clipboard.

# Launch the interactive browser
yankit

# Launch the interactive browser with a pre-filled search query
yankit search "password"

# (Optional) Alias for simply running `yankit`
yankit list

Keybindings:

Key Action
/ Navigate between entries / scroll text
c Copy highlighted entry (or selection if in detail view)
Enter / Open detail panel / Focus content
/ Escape Return to list / Close search
TAB / Shift+TAB Cycle focus between Search, List, and Detail
Enter / Jump to results (when in search)
Alt + / Switch focus directly between List and Detail
s Open search
d Delete highlighted entry
r Refresh entries
q Quit

3. Check watcher status / stop it

yankit status
yankit stop

4. View statistics

yankit stats

5. Export history

yankit export
yankit export --output history.json

6. Cleanup

# Delete entries older than 30 days
yankit prune --older-than 30

# Delete all history
yankit clear

How It Works

yankit polls your system clipboard every 0.5 seconds and stores new entries in a local SQLite database. It deduplicates consecutive copies and enforces a configurable maximum entry limit (default: 10,000) to prevent unbounded growth.

yankit watch ──► polls clipboard ──► new content? ──► store in SQLite
                   every 0.5s              │
                                    same as last? ──► skip

Database Location

All data is stored locally at ~/.yankit/history.db. No data is ever sent anywhere.

Database Size Management

  • Max entries limit: yankit watch --max-entries 5000
  • Age-based pruning: yankit prune --older-than 30 (days)
  • Full reset: yankit clear
  • Monitor size: yankit stats shows current DB size

Platform Support

Platform Status Notes
macOS Uses pbcopy/pbpaste (pre-installed)
Linux Requires xclip or xsel

Linux Prerequisites

# Debian/Ubuntu
sudo apt-get install xclip

# Arch
sudo pacman -S xclip

# Fedora
sudo dnf install xclip

Development

git clone https://github.com/oktaysabak/yankit.git
cd yankit

uv sync
uv run yankit --help

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yankit-0.3.5.tar.gz (364.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yankit-0.3.5-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file yankit-0.3.5.tar.gz.

File metadata

  • Download URL: yankit-0.3.5.tar.gz
  • Upload date:
  • Size: 364.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for yankit-0.3.5.tar.gz
Algorithm Hash digest
SHA256 86ac24b4310208b5313ed040b742d959f8480649793f1d3e9c15cd3baaee6337
MD5 b6a90e483cbcc55cb91701b7e731b493
BLAKE2b-256 70ad9a7bcaf2b7cb4e8871c947466c3e1e0f33f7aea2f1f90f26cf60e9871752

See more details on using hashes here.

File details

Details for the file yankit-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: yankit-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for yankit-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 07b5945d75d3b003bb527bd0ae60713bdb4bb08444b07ac78d245ef188d35efc
MD5 77d552609d3aa1ad9c213e8cf906294e
BLAKE2b-256 b364b771704dfe1723371fc471149da4dcc6e923e96555d9ce76d7fac9b711b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page