Metadata-Version: 2.4
Name: quickpad
Version: 0.1.8
Summary: Pop-up scratchpad on numpad-minus double-tap-and-hold
Author: you
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pynput>=1.7.6
Requires-Dist: pystray>=0.19.5
Requires-Dist: Pillow>=9.0.0
Provides-Extra: cloud
Requires-Dist: pymongo[srv]>=4.0; extra == "cloud"

# QuickPad

A pop-up scratchpad bound to **double-tap-and-hold** on the numpad minus key.

## Install

```bat
pip install "quickpad[cloud]"
```

## Run

```bat
python -m quickpad
```

## Usage

| Gesture | Action |
|---|---|
| Double-tap + hold numpad `-` | Peek (hides when key released) |
| Triple-tap numpad `-` | Pin (stays open) |
| Triple-tap again | Unpin + hide |

## UI

- **📄 My Files tab** — your local saved docs, most recent first
- **☁ Cloud Files tab** — all docs shared by any QuickPad user
- **⋯ button** on each file — Open / Edit name / Share to cloud / Delete
- **💾 Save button** — or Ctrl+S — saves the current doc
- Autosave fires 1.5s after you stop typing

## Cloud sharing

All users auto-connect to the shared cloud on install. To share a doc:
1. Click **⋯** → **Share to cloud**
2. It appears in the **☁ Cloud Files** tab for everyone
3. Anyone can click **⬇ Save local** to keep their own copy

## Auto-start with Windows

```bat
quickpad --install    # add to Windows startup
quickpad --uninstall  # remove from startup
```
