You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): document compact mode and add screenshot
- Generate a formatted changelog in the release workflow, grouping
changes by type.
- Enhance release description with features, configuration, and
installation details.
- Document "Compact Mode" in the README and add a new screenshot
(`compact_clipse-gui.png`).
@@ -22,6 +29,7 @@ This GUI provides a visual way to browse, search, pin, preview, and copy items f
22
29
-**Pinning:** Mark important items as "pinned" to keep them visible or filter by them.
23
30
-**Preview:** View full text content or larger image previews in a separate window.
24
31
-**Copy:** Copy any item from the history back to the system clipboard.
32
+
-**Compact Mode:** Minimal UI mode with reduced padding and hidden search bar until needed.
25
33
-**Paste on Enter (Optional):** Configure the application to automatically simulate a paste (Ctrl+V) into the previously focused application after selecting an item with Enter. Requires helper tools (`wtype` for Wayland, `xdotool` for X11).
26
34
-**Wayland & X11 Support:** Uses configurable external tools for clipboard interaction, supporting both display server protocols.
27
35
-**Lazy Loading:** Loads history items incrementally for better performance with large history files.
@@ -136,7 +144,7 @@ The configuration file uses the standard INI format, divided into sections (`[Se
136
144
| `clipse_dir` | String | `~/.config/clipse` | Path to the directory containing the clipboard history file. `~` is expanded to your home directory. |
137
145
| `history_filename` | String | `clipboard_history.json` | Name of the JSON file containing the clipboard history within `clipse_dir`. |
138
146
| `enter_to_paste` | Boolean | `False` | If `True`, pressing Enter will copy the item _and_ attempt to simulate a paste (e.g., Ctrl+V). Requires `wtype` (Wayland) or `xdotool` (X11). |
| `compact_mode` | Boolean | `False` | If `True`, enables minimal UI mode with reduced padding and hidden search bar until needed. |
140
148
| `save_debounce_ms` | Integer | `300` | Delay (in milliseconds) after pinning/deleting an item before the history file is saved to disk. |
141
149
| `search_debounce_ms` | Integer | `250` | Delay (in milliseconds) after typing in the search bar before the list is filtered. |
142
150
| `paste_simulation_delay_ms` | Integer | `150` | Delay (in milliseconds) after hiding the Clipse GUI window before the paste simulation (if enabled) is triggered. Allows focus to return to the previous window. |
0 commit comments