Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 9, 2024
1 parent 5e7f931 commit 0243f95
Show file tree
Hide file tree
Showing 47 changed files with 432 additions and 97 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.
4 changes: 4 additions & 0 deletions source/assets/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ kbd {
border: solid 1px #747c8b !important;
}
}

.footnotes {
margin-top: 100px !important;
}
4 changes: 2 additions & 2 deletions source/content/apps/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ olderMacOSVersions:
- '12'
- '13'
feedbackNote: |
### If you get a “com.apple.extensionKit.errorDomain error 2” error when running your shortcut or if the actions don't show up in the Shortcuts app, restart your device. This is caused by an iOS bug.
### If you get a “com.apple.extensionKit.errorDomain error 2” error when running your shortcut or if the actions don't show up in the Shortcuts app, restart your device. You could also try setting a different device language and then back. If you just updated the operating system, give it some time to re-index all shortcut actions. Please don't contact me about this issue. This is a problem with iOS/macOS and out of my control.
**Some actions that are not possible: orientation lock status, flashlight status, ambient sensor info, flight mode status. Generally, anything related to changing system features/settings or interacting with other apps is not possible.**
---

The app provides lots of powerful extra actions for the Shortcuts app on macOS, iOS, and visionOS. These actions make it significantly easier to create shortcuts.

**Restart your device if the actions do not show up in the Shortcuts app.**
**Restart your device if the actions do not show up in the Shortcuts app. Also try setting a different device language and then back.**
4 changes: 2 additions & 2 deletions source/content/apps/ai-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ appStoreId: 6465250302
# - '14'
---

The app provides additional AI-related actions (GPT-4o, GPT-4o mini, GPT-4, GPT 3.5) for the Shortcuts app.
The app provides additional AI-related actions (o1 Preview, o1 mini, GPT-4o, GPT-4o mini, GPT-4, GPT 3.5) for the Shortcuts app.

For example, an action to interact with the ChatGPT API.

Expand Down Expand Up @@ -76,6 +76,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/sj8e83wj6t5vmakylg1h1/AI-Actions-1.2.5-1723502677.zip?rlkey=s3i1om646md9xbm7bwc7p04j8&raw=1) *(1.2.5)*
[Download](https://www.dropbox.com/scl/fi/wywca4xdu0ejfswl3nfdc/AI-Actions-1.3.1-1728358909.zip?rlkey=wsny2d3izdqdtgkyuch0ljdsb&raw=1) *(1.3.1)*

*Requires macOS 14 or later*
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
11 changes: 7 additions & 4 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 All @@ -16,7 +17,7 @@ Instant access to your Mac's camera feed for quick checks before video calls.

- Press the <kbd>Return</kbd> or <kbd>Space</kbd> key while showing the camera feed to take a photo.
- Press the <kbd>Command</kbd> and <kbd>+</kbd> key to zoom in, <kbd>Command</kbd> and <kbd>-</kbd> to zoom out, and <kbd>Command</kbd> and <kbd>0</kbd> to reset the zoom.
- Press the <kbd>Option<kbd> key while resizing the window to resize from the center (this works with any app).
- Press the <kbd>Option</kbd> key while resizing the window to resize from the center (this works with any app).

### Frequently Asked Questions {#faq}

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
8 changes: 7 additions & 1 deletion source/content/apps/command-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Cut and paste files and folders in Finder using Command+X and Command+V. Without

Known limitation: You cannot cut the name of a file when editing a filename in Finder or cut when using the search field. There is no way for the app to work around this.

---

You may also like my [Supercharge](/supercharge) app.

---

### Frequently Asked Questions {#faq}

#### I have a feature request, bug report, or some feedback
Expand All @@ -28,7 +34,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
22 changes: 17 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 Expand Up @@ -597,6 +606,9 @@ It means “date” in Norwegian. I just wanted a short, unique, and relevant na

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

<br>
<br>

#### Dato 5

###### Behavior changes
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. If it still doesn't work, Apple has told me it will be fixed in macOS 15.1.
---

<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*
Loading

0 comments on commit 0243f95

Please sign in to comment.