← All releases
macOS··v0.0.4

CmdSpace 0.0.4

CmdSpace-0.0.4-macOS.zip

6.25 MB · requires macOS 13.0+

Download
sha256fc083db297ec6c52c17e7ca6c6f2d8c5792040c9307aedd6c86244251a4bdaad

Added

  • Dedicated Clipboard Manager panel (default Command+Shift+V). Clipboard history now opens in its own overlay panel — separate from the main launcher — with a search field, a scrollable list, and a live preview pane. Hovering a row updates the preview; the first item is auto-selected on open so a single Enter pastes it into the previously-focused app. Navigate with /, paste the Nth item with Command+1-9, pin with Command+P, delete the selection with Command+Delete, clear all unpinned with Command+Shift+Delete, and dismiss with Esc. Each row also has an always-visible delete button.

Changed

  • Pasting a clipboard item now auto-types Command+V into the focused app (Maccy/Raycast-style), so the item lands in the input without a manual paste. Requires Accessibility permission; without it the item is still placed on the pasteboard for a manual paste.

Removed

  • The c" clipboard search prefix in the main launcher. Clipboard history is now exclusively the dedicated Command+Shift+V panel.

Fixed

  • Clipboard panel no longer flashes and vanishes on open over another app's fullscreen Space.
  • Esc now reliably closes the clipboard panel. Escape is handled on the panel's responder chain (cancelOperation) so the auto-focused search field's editor can no longer swallow it.
  • Clearing the clipboard search field now restores the full list instead of keeping the stale filtered results.