Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 15, 2024
1 parent 5e7f931 commit adc35fc
Show file tree
Hide file tree
Showing 48 changed files with 481 additions and 102 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;
}
19 changes: 16 additions & 3 deletions source/content/apps/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,24 @@ 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.**
**Some actions that are not possible: orientation lock status, flashlight status, ambient sensor info, flight mode status, [and more](/actions#impossible-actions). 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.**

---

#### Impossible actions {#impossible-actions}

Some common actions requests that are not possible:

- Orientation lock status
- Flashlight status
- Ambient sensor info
- Flight mode status

Anything related to changing system features/settings or interacting with other apps is generally not possible.
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
29 changes: 26 additions & 3 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 @@ -66,14 +66,18 @@ The app tells iOS to update the widget, unfortunately, iOS can decide to delay a

#### The widget does not update when setting the text with the Shortcuts action

This is unfortunately an iOS 16 bug. The app correctly tells iOS to update the widget, but iOS delays it for some reason. The text will update eventually.
This is unfortunately an iOS bug. The app correctly tells iOS to update the widget, but iOS delays it for some reason. The text will update eventually.

If you work at Apple → [FB11522170](https://github.com/feedback-assistant/reports/issues/359)

#### Can you make the widget bigger?

The widget sizes are controlled by Apple. The provided size is the largest it allows.

#### Can you make the widget background transparent

This is not possible.

#### Can you remove the title shown below the widget?

Apple does not allow removing the title. Some apps managed to do it early on, but these days, Apple rejects any attempt at doing that. However, in iOS 18 you can hide the title for all apps and widgets.
Expand Down Expand Up @@ -124,3 +128,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
14 changes: 10 additions & 4 deletions source/content/apps/command-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,28 @@ Cut and paste files and folders in Finder using Command+X and Command+V. Without

[Review by Softpedia](https://mac.softpedia.com/get/System-Utilities/Command-X.shtml)

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.
Known limitation: You cannot cut the name of a file when editing a filename in Finder or cut when using the search field. [Learn more.](#textfield-limitation)

---

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

---

### Frequently Asked Questions {#faq}

#### I have a feature request, bug report, or some feedback

[Send it here.](/feedback?product=Command%20X&referrer=Website-FAQ)

#### Why? I can already use `Option+Command+V`
#### Why? I can already use <kbd>Option+Command+V</kbd>

- It's more logical to cut & paste than copy & move.
- Consistency and muscle memory benefits if you also use Linux or Window.

#### 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 Expand Up @@ -72,7 +78,7 @@ This is not possible. The app works by overriding some key combinations. It does

This is a Finder bug. You can reproduce it even without Command X by selecting the file to move, pressing <kbd>Command+C</kbd>, selecting the destination folder, and then pressing <kbd>Option+Command+V</kbd>.

#### I am not able to cut text when editing a filename in Finder
#### I am not able to cut text when editing a filename in Finder {#textfield-limitation}

This is a known issue that is unfortunately not fixable. The app works by overriding the normal cut keyboard shortcut when Finder is active, which also affects cutting text in a filename. There is no way to differentiate between cutting a file and cutting text in a filename in Finder.

Expand Down
24 changes: 19 additions & 5 deletions source/content/apps/dato.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ olderMacOSVersions:
- '11'
- '12'
- '13'
feedbackNote: |
If you are experiencing the event list being laggy, that's a [macOS 15 bug](https://forums.developer.apple.com/forums/thread/764264) and out of my control.
---

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 +59,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 +252,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 +271,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 +608,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
9 changes: 7 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 @@ -42,6 +43,10 @@ This is unfortunately not possible. iOS enforces that Lock Screen widgets are si

Sure. I'm happy to consider requests. [Send it here.](https://sindresorhus.com/feedback?product=Favorites%20Widget&referrer=Website-FAQ)

#### Can you make the widget background transparent

This is not possible.

#### When using the “Run Shortcut” action, why does tapping the widget first open the main app and then the Shortcuts app?

This is because of iOS limitations. A widget can only open its own app when a user taps it. And the only way to run a shortcut is to open the Shortcuts app using a special URL. So when you tap the widget, the widget opens the main app, and the main app then opens the Shortcuts app. It's not a very good user experience, but only Apple can fix this.
Expand All @@ -51,9 +56,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
Loading

0 comments on commit adc35fc

Please sign in to comment.