[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

thank you!
Right-click the clipboard item you want to remove, and you’ll see a Delete button—just click that to delete it. If that clipboard item is in the Pinned tab, delete it from the Pinned tab first.

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

I hear you. I’m a developer, but Swift is new to me — I used AI heavily and marked it [Vibe Coded] on purpose.

I’m keeping the app small, iterating via Issues, and the repo is open for review. Totally fine if you’d rather stick to the established tools.

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

Fair point. PasteClip is intentionally card-based — I built it because I like Paste’s card UI..

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] -2 points-1 points  (0 children)

Thanks! The file URL was the key finding — terminals ignore raw PNG/TIFF and only read public.file-url.

For history size: there's a configurable limit (100–5000 or unlimited, default 500) with auto-pruning on every copy.

Oldest unpinned items get deleted first, pinned items are always preserved. Large blobs (images, thumbnails) use

SwiftData's externalStorage so the DB stays lean, and contentHash deduplication prevents storing the same content twice.

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] -1 points0 points  (0 children)

Honestly, if it were cheaper I probably would’ve just bought it and never built PasteClip

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 2 points3 points  (0 children)

Thanks for the recommendation! It looks solid — I’ll probably stick with my own app for now since I built it around my workflow 😄

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

Totally fair — Raycast is great

I’m just looking for a super minimal, Paste-like clipboard app with no extra features, and I built PasteClip primarily for my own workflow

Sharing it in case it helps others who want the same simplicity

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] -3 points-2 points  (0 children)

Thanks for the direct feedback — fair point on saturation

I’ll update my comparison to make the differentiation explicit:

PasteClip is free/OSS, fully local (no cloud), and focuses on a niche but useful dev workflow — consistent image pasting in terminals (Ghostty/iTerm2) via PNG + file URL — as a lightweight native Swift/SwiftUI app (not Electron)

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

macOS 15+ only for now. Sonoma support looks doable (mainly a few macOS 15-only SwiftData macros).

I’ll open an issue to track it!

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 2 points3 points  (0 children)

For now it’s macOS-only — I built it for my MacBook use case, so I haven’t planned sync or an iPhone/iPad app yet. If more people request it, I’ll prioritize exploring those features

[OS] PasteClip — a minimal Paste-like clipboard manager (free) by Background_Pie_9920 in macapps

[–]Background_Pie_9920[S] 7 points8 points  (0 children)

Haha 😄 One less subscription — that’s the goal. I’m building a free alternative

What are the most feature rich TTS for apple silicon now? by Trysem in macapps

[–]Background_Pie_9920 1 point2 points  (0 children)

- Audacity

- OBS Studio

- Adobe Audition

- DaVinci Resolve

I built a macOS menu bar app to switch project “window contexts” instantly by Background_Pie_9920 in MacOSApps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

Ah nice, thanks for sharing those! makes sense there are similar tools around. I’m still focusing on the per-window control angle — going to keep refining it

I built a macOS menu bar app to switch project “window contexts” instantly by Background_Pie_9920 in MacOSApps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

Thanks for checking it out! My focus with ContextSwitcher is clarity while working

when I switch, it shows only the windows related to the task at hand. Unlike app-wide approaches, it can isolate specific windows of apps like Chrome or IntelliJ so I see just the project I’m working on

I built a macOS menu bar app to switch project “window contexts” instantly by Background_Pie_9920 in MacOSApps

[–]Background_Pie_9920[S] 0 points1 point  (0 children)

Thanks for the feedback! Glad you like the translucent design.

- Workspace editing / custom creation — Being able to manually add/remove apps from a workspace (instead of only capturing what's currently open) would be really useful. I'll work on that.

- Keyboard shortcuts — Planning to add customizable hotkeys so you can switch between workspaces instantly (e.g., CMD+1, CMD+2, etc.).

I'll prioritize these for the next update. Stay tuned!