tanodev-clip --open

Your clipboard,
built for development.

Search your clipboard history, paste back into any application, and access useful developer tools without leaving your workflow.

TanoDev Clip

The workflow

  1. Copy anything

    TanoDev Clip listens for copied text and stores it locally. No configuration is required to begin capturing text.

  2. Open instantly

    Use the default global shortcut to open your clipboard history from anywhere.

    Ctrl Alt Space
  3. Find the clip

    Search by content, title, detected type, source application, or source window.

  4. Paste back

    Double-click a clip to close TanoDev Clip, restore the previous application, and paste the selected content.

Everything you need

> Workflow

Global Hotkey

Configurable system-wide shortcut to summon your clipboard instantly.

Clipboard History

Stores previous clips with content, title, source application, and timestamp.

Pin Favorites

Pin frequently used clips so they always appear at the top of your list.

Fast Search

Filter instantly by content, type, or origin window.

> Smart Content

Automatic Classification

Detects developer content like JSON, SQL, URLs, JWTs, GUIDs, and Emails.

Search by Type

Filter your history to only show specific data types, like SQL queries.

Deduplication

Hashes content to prevent duplicate entries while updating last-used timestamps.

> Windows Integration

Seamless Paste

Double-click a clip to close the app and paste directly into your active window.

System Tray

Runs quietly in the background from your Windows system tray.

Local SQLite

All history is persisted to a local SQLite database that survives restarts.

./devtools

Run focused developer utilities without opening another website. When you copy a result, TanoDev Clip saves it to clipboard history and places it on the system clipboard.

Generate

  • GUID
  • CPF and CNPJ
  • Lorem Ipsum
  • Random strings

Transform

  • JSON format and minify
  • Base64 encode and decode
  • URL encode and decode

Inspect and validate

  • CPF and CNPJ validation
  • JWT decode
  • .NET regular expression runner
TanoDev Clip DevTools panel

regex.engine = ".NET"  |  jwt.mode = "decode only"

tanodev-clip --privacy

Your clipboard stays on your computer.

Clipboard history and application settings are stored locally. TanoDev Clip does not require an account, cloud synchronization, or a remote clipboard database.

  • Local SQLite history
  • Local settings file
  • No account required
  • No project backend required
storage.engine = "SQLite"
storage.location = "%LocalAppData%/TanoDevClip"
cloud.sync = false
account.required = false

System requirements

system_requirements.json
"os": "Windows 10 or Windows 11",
"architecture": "x64",
"dotnet_runtime": "included",
"webview2": "installed by setup when required",
"account_required": false

ready_to_install=true

Make your clipboard part of your development workflow.

Install TanoDev Clip for Windows or inspect the latest release before downloading.

View source on GitHub (opens in a new tab)