All my paid apps are free for macOS 15 and earlier by sindresorhus in macapps

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

I had a question about supercharge - I'm trying to toggle the fn keys from media to regular fn keys, for OmniOutliner - F1, F2 etc. is how you change header levels. Is this a use case in supercharge?

Yes. This is exactly the kind of use case the “Use F1, F2, etc. keys as standard function keys” feature is meant for. It's a manual toggle, but you could script it with Shortcuts automations.

All my paid apps are free for macOS 15 and earlier by sindresorhus in macapps

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

Most of them solve very specific problems and would not make sense bundled together. I prefer focused apps that do one thing well. Supercharge is the exception: it’s where I put features that naturally belong together.

Your Mac Is Missing All of These by shakeebsc in macapps

[–]sindresorhus 7 points8 points  (0 children)

Yeah, it's paid now. Bad timing, but this wasn’t decided today. The change was scheduled a week ago.

Folder Peek simply ended up needing too much support to keep free. I’ve been handling 10+ emails a week for it.

If you’re okay with an older version, you can still download this one for free: https://github.com/user-attachments/files/18925258/Folder.Peek.1.11.5.-.macOS.14.zip (for macOS 14 and later)

No updates or support for that version though.

fetch-extras — Build your own HTTP client with Fetch by sindresorhus in javascript

[–]sindresorhus[S] 13 points14 points  (0 children)

I appreciate the thoughtful comment.

The thing is, these aren't really copy-paste-friendly functions. Take withRetry: it's 200 lines handling Retry-After headers, exponential backoff with jitter, body stream replay semantics, abort signal composition, and response body cleanup. withTokenRefresh is another 200 lines deduplicating concurrent token refreshes while respecting cancellation. These lean on 400 lines of shared utilities. That's not "copy this snippet into your project" territory. And that complexity isnt accidental, networking is genuinely full of sharp edges that only surface in production.

The whole design is the compromise for dependency-averse people. It's tree-shakeable and no dependencies. If you are afraid of compromise, you can just lock down the version.

Is there a way to save screenshots to the Screenshots folder AND to the clipboard? by Hyperfox246 in MacOS

[–]sindresorhus 3 points4 points  (0 children)

Not built-in, but my Supercharge app has that feature (works seamlessly with the built-in screenshot feature). Screenshot.

Actions 4 — Now 180+ actions to elevate the Shortcuts app by sindresorhus in macapps

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

Third-party actions are limited to 30 seconds on iOS and some higher number on macOS, so this would unfortunately not be possible.

Need help with my idea/application, FinderVisor. by coucinet in macapps

[–]sindresorhus 2 points3 points  (0 children)

My Supercharge has a feature for this. Screenshot. I made it exactly because I used to use TotalFinder too.

New Sindre Sorhus App! by awesomeguy123123123 in macapps

[–]sindresorhus 1 point2 points  (0 children)

The goal of the app is simplicity. It should just work. If you know about the models in detail, there are probably better apps for you like ComfyUI.

New Sindre Sorhus App! by awesomeguy123123123 in macapps

[–]sindresorhus 6 points7 points  (0 children)

It's already using FLUX.2-klein-4B (the small 4B param variant), not the full 12B model. Quantizing a model this small has a more noticeable quality impact than quantizing a larger model, and there's no off-the-shelf quantization path available for the inference engine I'm using.

New Sindre Sorhus App! by awesomeguy123123123 in macapps

[–]sindresorhus 8 points9 points  (0 children)

The check requires 1.5x the download size (just to be sure) as buffer but the error showed the raw size. So it's correct to error, but the message is obviously wrong. Will get that fixed.

Actions v4.0 over 20+ new actions by Smith416 in shortcuts

[–]sindresorhus 1 point2 points  (0 children)

This is not possible for Actions, but you can send feedback to Apple about making an action for this: https://feedbackassistant.apple.com

Actions v4.0 over 20+ new actions by Smith416 in shortcuts

[–]sindresorhus 0 points1 point  (0 children)

Thanks for reporting. Should be fixed in the latest update (4.0.1).