Installation
Eruditto ships as a single .deb package. No extra runtime, no container, no snap, just install and go.
-
Download the package
Grab the latest
.debfrom the download section on the home page, or use the direct link below. -
Install via terminal
$sudo dpkg -i eruditto_0.1.0_amd64.deb
If dpkg reports missing dependencies, fix with:
$sudo apt install -fThen run the installation command again.
-
Launch it
After install, Eruditto automatically starts a background service. Open your app launcher and search for Eruditto, or run
erudittoin a terminal.
Compatible with Ubuntu 24.04+. Requires X11 (Wayland support is planned).
How to use Eruditto
Once running, Eruditto lives quietly in your system tray. Here’s the flow:
Copy as usual
Highlight text, code, a URL — anything — and press Ctrl+C (or right-click → Copy). Eruditto captures it automatically.
Open the popup
Press your hotkey (default: Ctrl+Shift+v). A searchable popup appears with your full clipboard history.
Search and select
Type to filter. Click the item you want. It’s copied back to your active clipboard instantly.
Paste and go
With the popup closed, just Ctrl+V (or middle-click) wherever you need the content. Job done.
Keyboard shortcuts
Open clipboard is by now the only shortcut configurable.
| Action | Default shortcut |
|---|---|
| Open clipboard popup | Ctrl+Shift+v |
| Select item in popup | Enter / Click |
| Navigate history in popup normal mode | Up / Down arrows |
| Navigate history in popup VIM mode | k / j Keys to up and down |
| Delete clip | Supr Key |
| Pin clip | P Key |
| Search / filter | "/" Key |
Uninstall
Changed your mind? Remove Eruditto cleanly:
sudo dpkg -r eruditto
Your clipboard history database (~/.local/share/eruditto/) is preserved unless you delete it manually.