Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 30, 2024
1 parent 5e7f931 commit 73ad1f6
Show file tree
Hide file tree
Showing 44 changed files with 387 additions and 83 deletions.
Binary file modified public/apps/memo-widget/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apps/photo-widget/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apps/quickgpt/screenshot1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/supercharge/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/supercharge/screenshot1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions source/content/apps/aiko.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ platforms:
appStoreId: 1672085276
olderMacOSVersions:
- '13'
feedbackNote: |
Any problems with the output are unfortunately out of my control. The app uses the OpenAI Whisper AI model to transcribe. The model has some flaws with certain recordings like repetition, hallucination, and refusal to produce text.
---

High-quality on-device transcription. Easily convert speech to text from meetings, lectures, and more.
Expand Down Expand Up @@ -232,11 +234,11 @@ Ensure the "Translate to English" setting is disabled.

The language used in the "Prompt" setting may also affect the transcription language.

#### The transcription is in Traditional Chinese while the audio was in Simplified Chinese?
#### The transcription is in Traditional Chinese while the audio was in Simplified Chinese or the inverse

The [Whisper AI model](https://github.com/openai/whisper) used by the app does not differentiate between Traditional Chinese and Simplified Chinese, so the result could unfortunately end up with either. [Learn more.](https://github.com/openai/whisper/discussions/277)

I have plans to add a workaround where you can write a prompt to improve this, but I cannot promise when this will happen.
Try writing a sentence in Traditional Chinese or Simplified Chinese in the “Prompt” setting in the app to steer the model into using the right one.

#### Why must I keep the iOS app open while it transcribes?

Expand Down
23 changes: 21 additions & 2 deletions source/content/apps/any-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ For macOS, it's only available for Apple silicon Macs running macOS 14 or later.
- [iOS](https://support.apple.com/en-us/HT207122)
- [macOS](https://support.apple.com/en-gb/guide/mac-help/mchl52be5da5/mac)

#### The widget does not show up in the widget picker
#### The widget does not show up in the widget picker, the widget is stuck, or is missing from the Home Screen

This is a iOS issue. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/)
The iOS widget system is quite buggy and can fail a lot. This is not a problem with the app and out of my control. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/)

#### Can you support having multiple pieces of text that change during the day?

Expand Down Expand Up @@ -124,3 +124,22 @@ I just enjoy making apps. I earn money on other apps. Consider leaving a nice re
I don't plan to localize the app.

#### [More FAQs…](/apps/faq)

### Scripting

The text in the widgets can be changed using the Shortcuts app.

#### Shortcuts app

- [Shortcuts usage guide](https://www.xda-developers.com/guide-shortcuts-macos/)
- [How to run shortcuts from the command-line on macOS](https://support.apple.com/guide/shortcuts-mac/run-shortcuts-from-the-command-line-apd455c82f02/mac)

#### Command-line on macOS

Shortcuts can be executed via the command-line, allowing you to set widget text programmatically.

For example, to set the text for widget 1, add [this shortcut](https://www.icloud.com/shortcuts/6873c23a3cbb4718b23135e367d6be1b), and then run this:

```sh
echo 'TEST' | shortcuts run 'Set Widget 1 Text'
```
2 changes: 1 addition & 1 deletion source/content/apps/battery-indicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Battery Indicator lets you quickly glance the remaining battery time or percenta

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

You may also have enabled the “Hide while on power” preference, which hides the menu bar icon while the power adapter is connected. Launch the app again to reveal the menu bar item for 5 seconds or disconnect the power adapter.

Expand Down
9 changes: 6 additions & 3 deletions source/content/apps/camera-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: Preview your webcam and take photos
pubDate: 2023-05-20
platforms:
- macOS
isPaid: true
isMenuBarApp: true
appStoreId: 1632827132
olderMacOSVersions:
Expand Down Expand Up @@ -71,9 +72,9 @@ No

No. That's outside the scope of this app. You can use the built-in QuickTime Player app for that.

#### Why is this free without ads?
<!-- #### Why is this free without ads?
I just enjoy making apps. Consider leaving a nice review on the App Store.
I just enjoy making apps. Consider leaving a nice review on the App Store. -->

#### Can you localize the app into my language?

Expand All @@ -83,7 +84,9 @@ I don't plan to localize the app.

### Older Versions

- [1.4.0](https://github.com/sindresorhus/meta/files/13988612/Camera.Preview.1.4.0.-.macOS.13.zip) for macOS 13+
- [1.4.0](https://github.com/sindresorhus/meta/files/13988612/Camera.Preview.1.4.0.-.macOS.13.zip) for macOS 13

These are free for everyone but they will not run on newer macOS versions.

### Non-App Store Version

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/command-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Known limitation: You cannot cut the name of a file when editing a filename in F

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### The app does not work {#not-working}

Expand Down
19 changes: 14 additions & 5 deletions source/content/apps/dato.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ olderMacOSVersions:

Dato gives you a local clock, date, and multiple world clocks in the menu bar. When you click Dato in the menu bar, you get a menu with a calendar, calendar events, and world clocks. All of this is highly customizable.

Dato is a one-time purchase on the App Store with a lifetime of updates.
<br>
<sup>(Equivalent to two months of Fantastical subscription)</sup>

[MacStories review of Dato.](https://www.macstories.net/reviews/dato-review-calendar-events-and-time-zones-from-your-macs-menu-bar/)

If all you need is another clock in the menu bar, check out [Second Clock](/second-clock).
Expand Down Expand Up @@ -53,7 +57,7 @@ If all you need is another clock in the menu bar, check out [Second Clock](/seco

### Trial

There's a fully functional trial available [here](https://www.dropbox.com/scl/fi/6z1mj94xelwpmoyojkvt3/Dato-5.3.7-trial-1725218207.zip?rlkey=hdidus85nzcwu164rdx7z3hr3&raw=1). The only limitation is that it will prompt you to buy Dato every 12 hours and it will not receive automatic updates. If you decide to buy Dato on the App Store, all data and settings from the trial version will be preserved (they share the same storage).
Try the fully functional trial [here](https://www.dropbox.com/scl/fi/6z1mj94xelwpmoyojkvt3/Dato-5.3.7-trial-1725218207.zip?rlkey=hdidus85nzcwu164rdx7z3hr3&raw=1). The only limitation is a reminder to buy the app every 12 hours, and no automatic updates. All data and settings carry over if you buy it on the App Store.

You can also [try it on Setapp](https://go.setapp.com/stp181?refAppID=571&utm_medium=vendor_program&utm_content=button) for 7 days for free.

Expand Down Expand Up @@ -246,7 +250,11 @@ You can also [try it on Setapp](https://go.setapp.com/stp181?refAppID=571&utm_me

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### Dato does not work with Ice

This is an [issue with Ice](https://github.com/jordanbaird/Ice/discussions/298) and must be fixed there.

#### Can I buy Dato from outside the App Store and Setapp?

Expand All @@ -261,9 +269,10 @@ Make sure:
- When in the settings for it, the placeholder example menu bar item shows up in the menu bar.
- If it doesn't show up, try reducing the “event title limit”.
- There is enough space in the menu bar to show it.
- If you have Bartender or Ice (or a similar app that hides menu bar items) installed, make sure the menu bar item was not auto-hidden by Bartender.
- Note that it uses a separate menu item from the main Dato menu item, so it could still be hidden by Bartender while the main menu bar item is not.
- Try quitting Bartender to make sure it is not one causing the issue.
- If you have Bartender or Ice (or a similar app that hides menu bar items) installed, make sure the menu bar item was not auto-hidden by them.
- Note that it uses a separate menu item from the main Dato menu item, so it could still be hidden by Bartender/Ice while the main menu bar item is not.
- Try quitting Bartender/Ice to make sure it is not one causing the issue.
- If you are using Ice, see [this](https://github.com/jordanbaird/Ice/discussions/298).

#### It does not support the video call service I use

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/day-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Unfortunately, it's not possible to fully hide the built-in menu bar clock. Howe

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### Can you add widgets?

Expand Down
5 changes: 3 additions & 2 deletions source/content/apps/favorites-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pubDate: 2022-09-12
platforms:
- macOS
- iOS
isPaid: true
appStoreId: 1643660089
forceHasIosAppIcon: true
---
Expand Down Expand Up @@ -51,9 +52,9 @@ If you work at Apple, you know what to do:
- [FB11516334](https://github.com/feedback-assistant/reports/issues/357)
- [FB11516273](https://github.com/feedback-assistant/reports/issues/356)

#### Why is this free without ads?
<!-- #### Why is this free without ads?
I just enjoy making apps. I earn money on other apps. Consider leaving a nice review on the App Store.
I just enjoy making apps. I earn money on other apps. Consider leaving a nice review on the App Store. -->

#### Can you localize the app into my language?

Expand Down
14 changes: 12 additions & 2 deletions source/content/apps/folder-peek.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ appStoreId: 1615988943
olderMacOSVersions:
- '12'
- '13'
feedbackNote: |
If the app is not working after updating to macOS 15, restart your computer once more and it should work. This is a macOS 15 bug.
---

<br>
Expand Down Expand Up @@ -49,7 +51,7 @@ You could add the “Desktop” folder to Folder Peek and then [hide the desktop

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### Some folders are suddenly missing from the menu bar

Expand Down Expand Up @@ -119,6 +121,14 @@ Click the menu bar item, go to the first menu bar item (which is named after you

No, that is unfortunately not possible. Folder Peek is built as a system menu, and a menu cannot be kept open if it's not focused. Instead, first, navigate to the nested folder, click to open it in Finder, and then drag & drop the file into the Finder window.

#### Can it auto-mount a network volume when accessing it? {#network-volume}

No, this is not possible because of sandboxing. If you want to use a network volume in the app, you need to manually mount it first or use a tool like [AutoMounter](https://pixeleyes.co.nz/automounter/) to keep it always mounted.

#### Can it support adding a tag instead of a folder?

No. This is not planned.

#### The app I want does not show up in the “Open With” menu for a folder {#folder-open-with}

Apps define the types they support and Folder Peek just fetches a list of apps that support opening folders. However, many apps forget to declare support for folders even though they can open them. I would encourage reporting this to the developers of the app you want to open ([example report](https://github.com/microsoft/vscode/issues/146977)). In the meantime, I'm happy to manually add the app to the list if you contact me, but you are expected to also have reported the issue to the app's developers.
Expand Down Expand Up @@ -193,6 +203,6 @@ I don't plan to localize the app.

A special version for users that cannot access the App Store. It won't receive automatic updates. I will update it here once a year.

[Download](https://www.dropbox.com/scl/fi/5643r7m9hybqqa5e1lr74/Folder-Peek-1.10.1-1706638981.zip?rlkey=dvkgfrorccj1qgzwpdkg9g2me&raw=1) *(1.10.1)*
[Download](https://www.dropbox.com/scl/fi/flv8w2o4ffp8f1kwzj2gv/Folder-Peek-1.11.3-1726668648.zip?rlkey=dbxv3qcd5y8n1flw2siqbk43z&raw=1) *(1.11.3)*

*Requires macOS 14 or later*
33 changes: 30 additions & 3 deletions source/content/apps/hyperduck.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ platforms:
appStoreId: 6444667067
olderMacOSVersions:
- '13'
feedbackNote: |
If you are having problems with sync, [read this](/hyperduck#troubleshooting).
---

For example, share a link from Safari on your iPhone, iPad, or Apple Vision Pro, and have it open in the default browser on your Mac moments later.
Expand Down Expand Up @@ -79,6 +81,31 @@ Create an [iOS shortcut that triggers a macOS shortcut](#shortcuts) and set it t
- [Example iOS shortcut](https://www.icloud.com/shortcuts/a00ac5bb31294084936fbd4dd6ca0245)
- [Example macOS shortcut](https://www.icloud.com/shortcuts/d39c57b67ed343d58192a899841d6457)

#### Send a link to a specific Mac {#send-to-specific-mac}

Instead of using the “Send to Mac” share sheet button provided by the app, you can make a [shortcut](#shortcuts) for each Mac you want to send to and put those shortcuts in the share sheet.

Add these shortcuts (on any device):

- [iOS shortcut](https://www.icloud.com/shortcuts/f013c4a6da7d4a9eb0694f0a6532f34c)
- [macOS shortcut](https://www.icloud.com/shortcuts/e164558aa759486ca70553f32029fe40)

Then edit the macOS shortcut to match the device name of the device you want this to share to. You can rename the macOS shortcut, but don't forget to update the name in the iOS shortcut.

To support more Macs, repeat the process for each Mac.

#### Download a file on your Mac from your iOS device

You can use Hypeduck to trigger a download from your iOS device and have it downloaded on your Mac.

Add the below [shortcuts](#shortcuts):

- [iOS shortcut](https://www.icloud.com/shortcuts/4819a11f4d0b40228df7ffd737b34c3d)
- [macOS shortcut](https://www.icloud.com/shortcuts/d319976dd4cf441780f6abcb049a3cff)
- *Requires the latest [TestFlight build](https://testflight.apple.com/join/fJGUrsZx) of the Actions app.*

You can then tap “Download on Mac” in the share sheet on your iOS device, and the item will be downloaded on your Mac to the “Downloads” folder.

### Frequently Asked Questions {#faq}

#### I have a feature request, bug report, or some feedback
Expand Down Expand Up @@ -198,11 +225,11 @@ If you really need to see what URLs were shared, you can triple-tap on the text

#### Can you support multiple Macs?

No. I would like to keep the app simple.
No. I would like to keep the app simple. However, you could [do it with Shortcuts](#send-to-specific-mac).

#### Can you support the reverse - Mac to iOS?

No. That is not something I plan to support. It's simply not something I need myself and it would make the app much more complicated.
No. That is not something I plan to support. It's simply not something I need myself and it would make the app much more complicated. Also, it would not be possible to open the URL directly in the browser like it does on macOS, so the experience would not be great.

#### Can you localize the app into my language?

Expand All @@ -218,6 +245,6 @@ I don't plan to localize the app.

A special version for users that cannot access the App Store. It won't receive automatic updates. I will update it here once a year.

[Download](https://www.dropbox.com/scl/fi/8uc8owhy3izpaj0pi7ob5/Hyperduck-1.1.0-1707315964.zip?rlkey=8v6ylbwibmi4yav8bp25sz468&raw=1) *(1.1.0)*
[Download](https://www.dropbox.com/scl/fi/jdm8gg26v9xzj99962jl0/Hyperduck-1.2.0-1726482416.zip?rlkey=wguoy48cvb4y8gmy4hcmu5dox&raw=1) *(1.2.0)*

*Requires macOS 14 or later*
2 changes: 1 addition & 1 deletion source/content/apps/icon-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Click the feedback button in the app or [send it here](https://sindresorhus.com/

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### What image formats are supported for previewing icons?

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/jiffy.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Jiffy lets you quickly search and discover GIFs from GIPHY. When you have found

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### Can you localize the app into my language?

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/lungo.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Lungo prevents your Mac from falling asleep and your screen from dimming.

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### Lungo did not keep my computer awake

Expand Down
Loading

0 comments on commit 73ad1f6

Please sign in to comment.