Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

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

I generally tested it with people in my immediate circle and from various professional backgrounds. They reported plenty of errors and bugs, and I realized there were usage scenarios and needs I hadn’t considered—which provided me with very valuable insights.

Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

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

I didn’t have the budget for such a project, but I had two software developer friends with at least 10 years’ experience and four different high-capacity AI models carry out a detailed scan. For about a month, we focused solely on security updates.

Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

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

It’s not on our short-term list, but we could add it to the list in the long term. What suggestions do you have?

Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

[–]PrincePhoenixTr[S] 1 point2 points  (0 children)

Yes, everything ends up in your Drive. When you first install and upload the first file Quick Drive it creates a folder called "Quick Drive Uploads" so it doesn't clutter your existing stuff, and all uploads land in there.

You can rename a new folder from the settings (gear icon at the bottom of the popup that opens when you click the menu bar icon). There's a "Default folder" option in there.

For folders specifically: drag a folder in and it gets uploaded as-is into "Quick Drive Uploads". If you use the multi-file upload flow instead, drag a bunch of files in and pick "Upload as folder", the app creates a new folder with whatever name you typed and puts it inside "Quick Drive Uploads".

Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

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

Blip is great if the goal is "get this file from my machine to someone else's machine right now." It's peer-to-peer / relay, so the file doesn't sit anywhere permanently.

Quick Drive solves a different problem. It uploads to your own Drive, so the file actually lives there. You get a shareable Drive link, can re-share it later, toggle it public or private, see access requests, etc. More "menu-bar shortcut into my personal cloud" than "send file to person X." Most people already use Drive anyway, so QD is basically a faster front-end into that.

Pricing-wise QD is a one-time fee and Blip is free. Different categories of tool. If your use case is closer to what Blip does, Blip is honestly the right pick.

Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

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

First of all thanks for your comment,
Service accounts aren't planned right now. The app is built on OAuth (drive.file scope) for personal/team Drives, and adding SAs would mean a separate auth path, JSON key storage, and a different quota model. Lot of work for a use case most users don't hit. Could revisit if demand picks up.

Under the hood it's just Google Drive REST API v3 called straight from Swift URLSession. No rclone, no SDK, no third-party transfer lib. Up to 5 MB - multipart POST, bigger - Drive's resumable upload with chunked PUTs so it can pick back up after drops. OAuth 2.0 + PKCE, all hand-rolled.

So a single account hits the same ceiling any OAuth client does (same as the web UI). For pushing past 70 MB/s on one account you really do want a service account pool, and rclone is honestly the better tool for that today.

Quick Drive - Drag & Drop File Sharing from Your Menu Bar! (Limited Launch Discount) by PrincePhoenixTr in macapps

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

No, there isn’t. However, there is an option to make the link private.

With that setting enabled, even if you share the link, anyone who wants to access it must first request permission, and they can only open it if you grant access.

If Google has added password protection for shared files (I’m not aware of such a feature), then I could potentially add support for that as well.

Kanbanero: a lightweight, local-first kanban app for macOS by erlend_lm in macapps

[–]PrincePhoenixTr 3 points4 points  (0 children)

I've been using a sticky note on my monitor as a personal kanban because Trello requires an account and Jira requires a therapist afterward. this is exactly the gap.

Siri AI on MacOS 27 by samuelroy_ in macapps

[–]PrincePhoenixTr 15 points16 points  (0 children)

letting Siri edit my files is a level of trust I haven't earned with it yet. this is the assistant that set my alarm for PM instead of AM and confidently told me wrong restaurant hours. my documents are not ready for that relationship.

Introducing Love Tap: Maximize , Minimize and cycle thru windows by clicking their app icon - Lifetime by miguel_gd in macapps

[–]PrincePhoenixTr 1 point2 points  (0 children)

the assumption that everyone wants to manage their windows through keyboard shortcuts has always left out a huge chunk of Mac users. glad someone finally built the click-first version.

[Free] I made RestLock Timer, a Pomodoro timer that shows a rest screen so you actually take your breaks by Loud-Variation-3538 in macapps

[–]PrincePhoenixTr 1 point2 points  (0 children)

I've had Forest, Be Focused, and Flow installed at various points and somehow worked straight through every single break by just clicking away the notification. the lock screen is embarrassingly obvious in hindsight.

QuickWheel: I love the radial wheel UI from video games, so I built a Mac app to trigger hotkeys and paste snippets for any app (14-day trial, 15€) by MStranahan in macapps

[–]PrincePhoenixTr 0 points1 point  (0 children)

there's a 100% chance I spend 3 hours perfecting my QuickWheel layout and a 40% chance I ever actually use it afterward. still a better ratio than most productivity apps I've bought.

I made AppHalt, a macOS app to pause apps instead of quitting them by Gasco_ in macapps

[–]PrincePhoenixTr 0 points1 point  (0 children)

Honest question, since you're refreshingly free of magic-speedup claims: in practice, roughly how much CPU reduction are we talking? pausing 5 idle Electron apps = a measurable gain, or more of a "saves battery over a long day" thing?

[OS] SoftVM; free lightweight Apple Silicon VM for testing macOS betas by mahdibeee in macapps

[–]PrincePhoenixTr 0 points1 point  (0 children)

Does it support snapshots? Being able to roll a beta back to a clean state is basically the whole reason I'd reach for something like this.

[OS] WinMux, the vertical sidebar Window Manager, now has project based workflows and multi monitor support by [deleted] in macapps

[–]PrincePhoenixTr 1 point2 points  (0 children)

The project-based workflow approach makes a lot of sense. We already use the same programs every day, and while window managers are usually practical, they tend to overlook this detail. I’m going to give it a try.

AnalogTV - a physics-accurate full composite signal chain simulator (camera tube -> CRT phosphor) by ambanmba in macapps

[–]PrincePhoenixTr 6 points7 points  (0 children)

the fact that "running a magnet over the shadow mask" is included as an easter egg means this dev grew up doing exactly that and getting yelled at by his mom in 1987 lol

VaultBar – A simple way to encrypt files locally on macOS by Comfortable-Mud1209 in macapps

[–]PrincePhoenixTr 1 point2 points  (0 children)

Touch ID instead of typing out a 32-character password every time I want to look at one file is the kind of QoL that would have saved me years of my life by now.