Pop-up scratchpad on numpad-minus double-tap-and-hold
Project description
QuickPad
A pop-up scratchpad bound to double-tap-and-hold on the numpad minus key. Release the key and the window disappears. Use it to keep Telethon docs, API snippets, half-finished thoughts, or whatever else close at hand.
Install
pip install .
Run once
python -m quickpad
Install as a Windows auto-start service
python -m quickpad --install
This writes HKCU\Software\Microsoft\Windows\CurrentVersion\Run\QuickPad
pointing at pythonw.exe -m quickpad --tray. From then on, QuickPad starts
silently on every logon, sits in the system tray, and waits for the gesture.
To remove it:
python -m quickpad --uninstall
Usage
- Double-tap and hold the
-key on the numpad. - Window appears with your saved docs in the sidebar.
- Click a doc (or use the search bar) to open it.
- Type — autosave fires after ~1.5s of idle.
- Release the
-key — window hides. - Right-click the tray icon to show / hide / quit.
Storage
Docs are stored in %APPDATA%\QuickPad\docs.db (a SQLite file with FTS5
search). Backing up = copying that file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickpad-0.1.1.tar.gz.
File metadata
- Download URL: quickpad-0.1.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a4ad57522222140e9ac62c9c8acb4a8c4ce8c7be56dcceb7b6dc1dcd44dec90
|
|
| MD5 |
d4029bcc3853efc23296cb90e5db9dbf
|
|
| BLAKE2b-256 |
47e59012eddb8514d27fb2abdbe143a0380a058062cd20fe66d1412d3a1c3b55
|
File details
Details for the file quickpad-0.1.1-py3-none-any.whl.
File metadata
- Download URL: quickpad-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0db2a9a5fec21b38577d2ace07797e99bcd3106a3711dffe97e477e07e91335
|
|
| MD5 |
733f052f02aa550f4ad32466a9716547
|
|
| BLAKE2b-256 |
8fe02c509f263ff2ae7229b8b8dea33421c8b565928ae40aa92c0374a210a30d
|