diff --git a/public/apps/amazing-ai/screenshot2.jpg b/public/apps/amazing-ai/screenshot2.jpg new file mode 100644 index 00000000..d991e1a7 Binary files /dev/null and b/public/apps/amazing-ai/screenshot2.jpg differ diff --git a/public/apps/second-clock/icon.png b/public/apps/second-clock/icon.png new file mode 100644 index 00000000..5b00888c Binary files /dev/null and b/public/apps/second-clock/icon.png differ diff --git a/public/apps/second-clock/screenshot1.jpg b/public/apps/second-clock/screenshot1.jpg new file mode 100644 index 00000000..31082c7b Binary files /dev/null and b/public/apps/second-clock/screenshot1.jpg differ diff --git a/source/content/apps/actions.md b/source/content/apps/actions.md index 29ea5f7f..eb2bb519 100644 --- a/source/content/apps/actions.md +++ b/source/content/apps/actions.md @@ -5,13 +5,17 @@ pubDate: 2021-10-28 platforms: - macOS - iOS + - visionOS repoUrl: https://github.com/sindresorhus/Actions appStoreId: 1586435171 links: 'Older Versions': https://github.com/sindresorhus/Actions#download 'TestFlight': https://testflight.apple.com/join/fJGUrsZx +olderMacOSVersions: + - '12' + - '13' --- -The app provides lots of powerful extra actions for the Shortcuts app on macOS and iOS. These actions make it significantly easier to create shortcuts. +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.** diff --git a/source/content/apps/aiko.md b/source/content/apps/aiko.md index c102e925..3fe8eacb 100644 --- a/source/content/apps/aiko.md +++ b/source/content/apps/aiko.md @@ -5,6 +5,7 @@ pubDate: 2023-03-03 platforms: - macOS - iOS + - visionOS appStoreId: 1672085276 --- @@ -12,12 +13,7 @@ High-quality on-device transcription. Easily convert speech to text from meeting The transcription is powered by OpenAI's [Whisper model](https://openai.com/research/whisper) running locally on your device. -The app also includes support for Shortcuts. - -**Upcoming features** - -- Batch conversion -- Export to karaoke file +The app also includes [support for Shortcuts](#tips).
Supports audio in 100 languages diff --git a/source/content/apps/amazing-ai.md b/source/content/apps/amazing-ai.md index 109a9c8b..72504a87 100644 --- a/source/content/apps/amazing-ai.md +++ b/source/content/apps/amazing-ai.md @@ -4,12 +4,20 @@ subtitle: Generate images from text using Stable Diffusion pubDate: 2022-12-21 platforms: - macOS + - iOS + - visionOS appStoreId: 1660147028 +olderMacOSVersions: + - '13' --- Simply describe the image you desire, and the app will generate it for you like magic! -**Developed exclusively for Apple silicon (M1/M2) - The app is NOT compatible with devices running on Intel chips.** +It runs locally on your device. + +On macOS, developed exclusively for Apple silicon (M1/M2) - The app is NOT compatible with devices running on Intel chips. + +On iOS, it requires at minimum an iPhone 15 Pro or iPad with M1 processor. [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion) is a deep learning, text-to-image model used to generate detailed images conditioned on text descriptions. @@ -23,22 +31,22 @@ The app is [highly optimized](https://machinelearning.apple.com/research/stable- Click a thumbnail to view a larger version of it. Click again to exit. +#### Negative prompt + +To write a [negative prompt](https://dreamlike.art/guides/guide-to-stable-diffusion-negative-prompt-parameter) (what to exclude), write `##` after your prompt, followed by your negative prompt. For example, “photo of a cake, high-quality ## strawberry, out of frame”, where `strawberry, out of frame` is your negative prompt. Anything after the `##` is your negative prompt. You only write `##` once. + #### Keyboard shortcuts -When in preview mode, there are some keyboard shortcuts available: +On macOS, when in preview mode, there are some keyboard shortcuts available: - — Previous image - — Next image - Space — Save image - Command + C — Copy image - Esc — Exit preview -#### Negative prompt - -To write a [negative prompt](https://dreamlike.art/guides/guide-to-stable-diffusion-negative-prompt-parameter) (what to exclude), write `##` after your prompt, followed by your negative prompt. For example, “photo of a cake, high-quality ## strawberry, out of frame”, where `strawberry, out of frame` is your negative prompt. Anything after the `##` is your negative prompt. You only write `##` once. - #### Metadata -When you save a generated image, it includes a lot of useful metadata (prompt, steps, etc). You can [view this in Finder](https://twitter.com/sindresorhus/status/1611441129622278146/photo/1) by right-clicking the image file and selecting “Get Info”. The file also includes some relevant tags which can be used to create [smart folders](https://support.apple.com/guide/mac-help/tag-files-and-folders-mchlp15236/mac). +On macOS, when you save a generated image, it includes a lot of useful metadata (prompt, steps, etc). You can [view this in Finder](https://twitter.com/sindresorhus/status/1611441129622278146/photo/1) by right-clicking the image file and selecting “Get Info”. The file also includes some relevant tags which can be used to create [smart folders](https://support.apple.com/guide/mac-help/tag-files-and-folders-mchlp15236/mac).
@@ -52,17 +60,21 @@ When you save a generated image, it includes a lot of useful metadata (prompt, s It will eventually be supported, but right now, it's worse than 1.5. -#### Why does the app require macOS 13.1 and Apple silicon? +#### Why does the app require Apple silicon for Macs? The app takes advantage of recent [optimizations by Apple](https://machinelearning.apple.com/research/stable-diffusion-coreml-apple-silicon). +### Why does the app require at least iPhone 15 Pro and iPad M1? + +Generating images with Stable Diffusion requires a lot of system resources. It would not be a good experience on older devices. It could probably run fine on iPhone 15 and iPhone 14 Pro, but Apple does not let us do such a fine-grained requirement. Either I require the current devices or I have to support devices down to iPhone XS, which are not nearly powerful enough. + #### What are the usage restrictions for the generated images? You can use the images for commercial or non-commercial purposes, but you must adhere to the [Creative ML OpenRAIL-M license's usage restrictions](https://github.com/CompVis/stable-diffusion/blob/21f890f9da3cfbeaba8e2ac3c425ee9e998d5229/LICENSE#L69-L82). These restrictions include not using the images for illegal activity, false information, discrimination, or medical advice. #### Can you support custom models? -It's something I plan to support, but other things are a higher priority at the moment. +I don't plan to support this. This app is intentionally simple. There are many other apps that support custom models. #### Can you support inpainting/outpainting? @@ -86,10 +98,6 @@ And bear in mind that the initial generation after installing the app may take l The AI model used to generate images is large. This is reasonable given the model's capabilities. -#### Can you support iOS? - -I plan to add iOS support when the app is more mature. - #### How does it compare to [DiffusionBee](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui)? {#diffusionbee} **Amazing AI benefits** @@ -111,7 +119,7 @@ I plan to add iOS support when the app is more mature. #### Why is this free without ads? -I just enjoy making Mac apps. Consider leaving a nice review on the App Store. +I just enjoy making apps. Consider leaving a nice review on the App Store. #### Where can I find the changelog? @@ -119,7 +127,13 @@ Go [here](https://apps.apple.com/app/id1660147028) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app. + +
+ +### Older Versions + +- [1.2.2](https://drive.google.com/file/d/1mcEhAKhmQGYzmSS-zlejt3_qsKFzqm0h/view?usp=sharing) for macOS 13+
@@ -127,6 +141,6 @@ I don't have any immediate plans 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://drive.google.com/file/d/1mcEhAKhmQGYzmSS-zlejt3_qsKFzqm0h/view?usp=sharing) *(1.2.2)* +[Download](https://github.com/sindresorhus/sindresorhus.github.com/releases/download/v1.0.0/Amazing.AI.1.3.0.zip) *(1.3.0)* -*Requires macOS 13 or later* +*Requires macOS 14 or later* diff --git a/source/content/apps/any-text.md b/source/content/apps/any-text.md index 8eed1b66..d5689818 100644 --- a/source/content/apps/any-text.md +++ b/source/content/apps/any-text.md @@ -119,4 +119,4 @@ Go [here](https://apps.apple.com/app/id1643199620) and click “Version History #### Can you localize the app into my language? -I don't have any plans to localize the app. +I don't plan to localize the app. diff --git a/source/content/apps/battery-indicator.md b/source/content/apps/battery-indicator.md index 85fbc466..82240656 100644 --- a/source/content/apps/battery-indicator.md +++ b/source/content/apps/battery-indicator.md @@ -6,6 +6,12 @@ platforms: - macOS appStoreId: 1206020918 isPaid: true +isMenuBarApp: true +olderMacOSVersions: + - '10.14' + - '10.15' + - '11' + - '12' --- Battery Indicator lets you quickly glance the remaining battery time or percentage right in your menu bar. @@ -66,7 +72,7 @@ Go [here](https://apps.apple.com/app/id1206020918) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/black-out.md b/source/content/apps/black-out.md index 290493e7..f94b14ff 100644 --- a/source/content/apps/black-out.md +++ b/source/content/apps/black-out.md @@ -6,6 +6,10 @@ platforms: - macOS isPaid: true appStoreId: 1319884285 +olderMacOSVersions: + - '10.15' + - '11' + - '12' --- This app can be useful when you want to post a screenshot or photo on the web that contains some information you don’t want to be revealed. Maybe you want to share a screenshot of a Slack conversation on Twitter but hide some private information. It also removes all metadata, like when and where a photo was captured. diff --git a/source/content/apps/camera-preview.md b/source/content/apps/camera-preview.md index 0377e197..abb3c51c 100644 --- a/source/content/apps/camera-preview.md +++ b/source/content/apps/camera-preview.md @@ -4,6 +4,7 @@ subtitle: Preview your webcam and take photos pubDate: 2023-05-20 platforms: - macOS +isMenuBarApp: true appStoreId: 1632827132 --- diff --git a/source/content/apps/command-x.md b/source/content/apps/command-x.md index e206b8e4..218e1a78 100644 --- a/source/content/apps/command-x.md +++ b/source/content/apps/command-x.md @@ -78,7 +78,7 @@ Go [here](https://apps.apple.com/app/id6448461551) and click “Version History #### Can you localize the app into my language? -I don't have any plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/dato.md b/source/content/apps/dato.md index 98f744b3..3ab8ae4c 100644 --- a/source/content/apps/dato.md +++ b/source/content/apps/dato.md @@ -5,8 +5,14 @@ pubDate: 2019-07-13 platforms: - macOS isPaid: true +isMenuBarApp: true appStoreId: 1470584107 setappUrl: https://go.setapp.com/stp181?_target=https://setapp.com/apps/dato&utm_medium=vendor_program&utm_source=Sindre+Sorhus&utm_content=link +olderMacOSVersions: + - '10.14' + - '10.15' + - '11' + - '12' --- 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. @@ -17,6 +23,8 @@ Dato supports all the locales and languages that macOS supports for the menu bar Dato requires macOS 13 or later. +If all you need is another clock in the menu bar, check out [Second Clock](/second-clock). + --- ### Dato 5 @@ -328,6 +336,10 @@ Dato adheres to what you have set in “System Settings › General › Language Dato adheres to what you have set in “System Settings › General › Language and Region”. +#### Can you support natural language input like Fantastical? + +I'm hoping to have this done later this year. It's quite a complicated feature. + #### Can you integrate with Cron? The integration is already done, but Cron has multiple bugs that make it not work properly. We will have to wait for Cron to fix these bugs. diff --git a/source/content/apps/day-progress.md b/source/content/apps/day-progress.md index 977d9de8..a4ed22e8 100644 --- a/source/content/apps/day-progress.md +++ b/source/content/apps/day-progress.md @@ -4,6 +4,7 @@ subtitle: Time remaining today in your menu bar pubDate: 2023-06-18 platforms: - macOS +isMenuBarApp: true appStoreId: 6450280202 --- diff --git a/source/content/apps/favorites-widget.md b/source/content/apps/favorites-widget.md index 3b8c1015..d47524f8 100644 --- a/source/content/apps/favorites-widget.md +++ b/source/content/apps/favorites-widget.md @@ -63,4 +63,4 @@ Go [here](https://apps.apple.com/app/id1643660089) and click “Version History #### Can you localize the app into my language? -I don't have any plans to localize the app. +I don't plan to localize the app. diff --git a/source/content/apps/folder-peek.md b/source/content/apps/folder-peek.md index fc49e5cb..14152daf 100644 --- a/source/content/apps/folder-peek.md +++ b/source/content/apps/folder-peek.md @@ -4,7 +4,10 @@ subtitle: Put folders in your menu bar pubDate: 2022-04-05 platforms: - macOS +isMenuBarApp: true appStoreId: 1615988943 +olderMacOSVersions: + - '12' ---
@@ -174,7 +177,7 @@ Go [here](https://apps.apple.com/app/id1615988943) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/gifski.md b/source/content/apps/gifski.md index bbfffa02..699ba1d2 100644 --- a/source/content/apps/gifski.md +++ b/source/content/apps/gifski.md @@ -8,6 +8,12 @@ repoUrl: https://github.com/sindresorhus/Gifski appStoreId: 1351639930 links: 'Older Versions': https://github.com/sindresorhus/Gifski#download +olderMacOSVersions: + - '10.13' + - '10.14' + - '10.15' + - '11' + - '12' --- Gifski is a macOS app for the [gifski encoder](https://gif.ski), which converts videos to GIF animations using [pngquant's](https://pngquant.org) fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame. diff --git a/source/content/apps/heic-converter.md b/source/content/apps/heic-converter.md index aa7f1461..f897bd42 100644 --- a/source/content/apps/heic-converter.md +++ b/source/content/apps/heic-converter.md @@ -5,6 +5,12 @@ pubDate: 2017-10-09 platforms: - macOS appStoreId: 1294126402 +olderMacOSVersions: + - '10.13' + - '10.14' + - '10.15' + - '11' + - '12' --- HEIC Converter is a macOS app that makes it easy to quickly convert images in the [HEIC](https://www.macworld.co.uk/feature/iphone/what-is-heic-3660408/) format to JPEG or PNG. HEIC is Apple's new default image format in iOS 11, replacing JPEG. HEIC uses more advanced and modern compression methods to achieve much smaller file sizes with the same visual quality. Unfortunately, HEIC is a very new format and not yet supported outside of iOS and macOS. This app makes it possible to share your HEIC images on the web or with non-Apple users. diff --git a/source/content/apps/hyperduck.md b/source/content/apps/hyperduck.md index 8cca551f..8ef4154c 100644 --- a/source/content/apps/hyperduck.md +++ b/source/content/apps/hyperduck.md @@ -188,7 +188,7 @@ No. That is not something I plan to support. It's simply not something I need my #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app. #### Where can I find the changelog? diff --git a/source/content/apps/jiffy.md b/source/content/apps/jiffy.md index 5d864146..303167c5 100644 --- a/source/content/apps/jiffy.md +++ b/source/content/apps/jiffy.md @@ -4,7 +4,12 @@ subtitle: Discover & share the best GIFs pubDate: 2020-03-25 platforms: - macOS +isMenuBarApp: true appStoreId: 1502527999 +olderMacOSVersions: + - '10.15' + - '11' + - '12' --- Jiffy lets you quickly search and discover GIFs from GIPHY. When you have found an awesome GIF, just drag and drop it into an app. @@ -84,7 +89,7 @@ macOS hides menu bar apps when there is no space left in the menu bar. This is a #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app. #### Where can I find the changelog? diff --git a/source/content/apps/kap.md b/source/content/apps/kap.md index 516c745e..ae66f140 100644 --- a/source/content/apps/kap.md +++ b/source/content/apps/kap.md @@ -5,6 +5,7 @@ subtitle: Record your screen pubDate: 2018-02-01 platforms: - macOS +isMenuBarApp: true repoUrl: https://github.com/wulkano/kap showSupportLink: false --- diff --git a/source/content/apps/lungo.md b/source/content/apps/lungo.md index e6627f29..e3d5aa4c 100644 --- a/source/content/apps/lungo.md +++ b/source/content/apps/lungo.md @@ -5,8 +5,15 @@ pubDate: 2017-07-26 platforms: - macOS isPaid: true +isMenuBarApp: true appStoreId: 1263070803 setappUrl: https://go.setapp.com/stp181?_target=https://setapp.com/apps/lungo&utm_medium=vendor_program&utm_source=Sindre+Sorhus&utm_content=link +olderMacOSVersions: + - '10.13' + - '10.14' + - '10.15' + - '11' + - '12' --- Lungo prevents your Mac from falling asleep and your screen from dimming. @@ -57,7 +64,7 @@ Yes, choose “Activate on Left-click” in the settings. #### Can Lungo automatically activate when I open a certain app? -I don't have any immediate plans to support this. It's a lot of work to implement and only a few people have requested it. +I don't plan to support this. It's a lot of work to implement and only a few people have requested it. However, you can achieve it using the Shortcuts app. Create a new shortcut with the “Set Enabled State” action provided by Lungo. Shortcuts on iOS has automations, which lets you run a shortcut when a certain app opens. macOS does not yet have automations. I'm confident it will come with macOS 15. In the meantime, you can use the [Shortery app](https://apps.apple.com/us/app/shortery/id1594183810?mt=12) to run a shortcut when a certain app opens. @@ -101,7 +108,7 @@ Go [here](https://apps.apple.com/app/id1263070803) and click “Version History #### Can you localize the app into my language? -I don't have any plans to localize the app. +I don't plan to localize the app. #### How is it different from Amphetamine? diff --git a/source/content/apps/memo-widget.md b/source/content/apps/memo-widget.md index 192161ac..5e101ad4 100644 --- a/source/content/apps/memo-widget.md +++ b/source/content/apps/memo-widget.md @@ -35,6 +35,14 @@ This is a iOS bug. [Try this.](https://webtrickz.com/third-party-lock-screen-wid I'm happy to consider it, but I also want to keep the app simple. Check out my [Any Text app](/any-text), which has a lot more features. +#### Can you add a text size setting? + +The text size is large for short text but scales down to make the text fit. I don't want to complicate it with a text size setting. If you really need it, check out [Any Text](/any-text). + +#### Can you add a text color setting? + +Same answer as the above. + #### How is this different from the built-in Stickies app on macOS? {#stickies} The Stickies app is a normal app and has to either float on top of everything or it has to be manually brought to the front when needed. Memo Widget always lives on your desktop or in the Notification Center, just a [gesture away](https://www.howtogeek.com/678073/how-to-quickly-show-your-desktop-on-mac/). The Stickies app also takes up space in your Dock. The Stickies app supports formatting, while Memo Widget keeps it simple with just plain text. @@ -87,4 +95,4 @@ Go [here](https://apps.apple.com/app/id6465682248) and click “Version History #### Can you localize the app into my language? -I don't have any plans to localize the app. +I don't plan to localize the app. diff --git a/source/content/apps/menu-bar-calendar.md b/source/content/apps/menu-bar-calendar.md index 78adbce5..b1a59559 100644 --- a/source/content/apps/menu-bar-calendar.md +++ b/source/content/apps/menu-bar-calendar.md @@ -4,6 +4,7 @@ subtitle: A monthly calendar, one click away pubDate: 2023-08-31 platforms: - macOS +isMenuBarApp: true appStoreId: 1558360383 --- diff --git a/source/content/apps/one-task.md b/source/content/apps/one-task.md index a5880db6..822d8095 100644 --- a/source/content/apps/one-task.md +++ b/source/content/apps/one-task.md @@ -5,6 +5,7 @@ pubDate: 2023-09-19 platforms: - macOS - iOS + - visionOS appStoreId: 6465745322 --- diff --git a/source/content/apps/one-thing.md b/source/content/apps/one-thing.md index 3c3068f7..33018a2e 100644 --- a/source/content/apps/one-thing.md +++ b/source/content/apps/one-thing.md @@ -4,7 +4,10 @@ subtitle: Put a single task or goal in your menu bar pubDate: 2022-01-12 platforms: - macOS +isMenuBarApp: true appStoreId: 1604176982 +olderMacOSVersions: + - '12' --- This can be a useful tool to help you focus on a single task. @@ -123,7 +126,7 @@ Go [here](https://apps.apple.com/app/id1604176982) and click “Version History #### Can you localize the app into my language? -I don't have any plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/pandan.md b/source/content/apps/pandan.md index fd5f0fcd..ab913d71 100644 --- a/source/content/apps/pandan.md +++ b/source/content/apps/pandan.md @@ -4,7 +4,11 @@ subtitle: Time awareness in your menu bar pubDate: 2021-05-31 platforms: - macOS +isMenuBarApp: true appStoreId: 1569600264 +olderMacOSVersions: + - '11' + - '12' ---
@@ -77,7 +81,7 @@ Go [here](https://apps.apple.com/app/id1569600264) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/pasteboard-viewer.md b/source/content/apps/pasteboard-viewer.md index 2b0943ba..2fff17a4 100644 --- a/source/content/apps/pasteboard-viewer.md +++ b/source/content/apps/pasteboard-viewer.md @@ -8,4 +8,8 @@ repoUrl: https://github.com/sindresorhus/Pasteboard-Viewer appStoreId: 1499215709 links: 'Older Versions': https://github.com/sindresorhus/Pasteboard-Viewer#download +olderMacOSVersions: + - '10.15' + - '11' + - '12' --- diff --git a/source/content/apps/plain-text-editor.md b/source/content/apps/plain-text-editor.md index 2f9df9c8..3cfd5ed2 100644 --- a/source/content/apps/plain-text-editor.md +++ b/source/content/apps/plain-text-editor.md @@ -92,7 +92,7 @@ This is unfortunately a macOS bug and out of my control. #### Why is there no way to print? -The app is made using Apple's latest technologies (SwitUI) and they have not added print support there yet. +The app is made using Apple's latest technologies (SwitUI) and they have not added print support there yet. If you need to print, open the document in TextEdit instead. #### Why is it suddenly showing a scrollbar? @@ -116,7 +116,7 @@ Go [here](https://apps.apple.com/app/id1572202501) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/plash.md b/source/content/apps/plash.md index f343be36..49eecbe3 100644 --- a/source/content/apps/plash.md +++ b/source/content/apps/plash.md @@ -4,10 +4,15 @@ subtitle: Make any website your desktop wallpaper pubDate: 2020-01-09 platforms: - macOS +isMenuBarApp: true repoUrl: https://github.com/sindresorhus/Plash appStoreId: 1494023538 links: 'Older Versions': https://github.com/sindresorhus/Plash#download +olderMacOSVersions: + - '10.15' + - '11' + - '12' --- This enables you to have a highly dynamic desktop wallpaper. You could display your favorite news site, Facebook feed, or a random beautiful scenery photo. The use cases are limitless. You could even set an animated GIF as wallpaper. diff --git a/source/content/apps/plug.md b/source/content/apps/plug.md index fd1eccb8..23fad1b7 100644 --- a/source/content/apps/plug.md +++ b/source/content/apps/plug.md @@ -9,6 +9,9 @@ appStoreId: 1514182074 links: 'Older Versions': https://github.com/wulkano/Plug#download showSupportLink: false +olderMacOSVersions: + - '10.15' + - '11' --- Plug is an open source macOS app I'm working on with my friends. Hype Machine is a popular music blog aggregator. diff --git a/source/content/apps/pure-paste.md b/source/content/apps/pure-paste.md index 8cbd7f63..151c0ca4 100644 --- a/source/content/apps/pure-paste.md +++ b/source/content/apps/pure-paste.md @@ -4,7 +4,10 @@ subtitle: Paste as plain text by default pubDate: 2022-03-02 platforms: - macOS +isMenuBarApp: true appStoreId: 1611378436 +olderMacOSVersions: + - '12' --- Pure Paste lets you paste as plain text by default. It sits in the menu bar and clears formatting (fonts, colors, bold, links, tables, etc.) from the text you copy. However, it does not touch unrelated content like files, images, etc. It also ignores content copied from password managers. @@ -167,7 +170,7 @@ Go [here](https://apps.apple.com/app/id1611378436) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/randa.md b/source/content/apps/randa.md index 87d5ba94..e0920689 100644 --- a/source/content/apps/randa.md +++ b/source/content/apps/randa.md @@ -6,7 +6,10 @@ platforms: - macOS - iOS - watchOS + - visionOS appStoreId: 1589044499 +olderMacOSVersions: + - '13' --- Randa lets you easily generate a random number. Just set a minimum and maximum number and you will get a random number in that range. @@ -31,10 +34,16 @@ I don't plan to localize the app.
+### Older Versions + +- [1.0.0](https://github.com/sindresorhus/meta/files/13852533/Randa.1.0.0.zip) for macOS 13+ + +
+ ### Non-App Store Version A special macOS 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/wouey941p1rtzuwvzjsai/Randa-1.0.0-1685428930-1701611309.zip?rlkey=ui2bg27o3jxpm5sc9cf8egi52&raw=1) *(1.0.0)* +[Download](https://www.dropbox.com/scl/fi/jyu9x09n0pl378gcfvhfh/Randa-1.2.0-1704610880.zip?rlkey=nfm1ux6l9ccv1lhgjgo1rs9sk&raw=1) *(1.2.0)* -*Requires macOS 13 or later* +*Requires macOS 14 or later* diff --git a/source/content/apps/recordia.md b/source/content/apps/recordia.md index 21ed8f98..8f029374 100644 --- a/source/content/apps/recordia.md +++ b/source/content/apps/recordia.md @@ -4,7 +4,12 @@ subtitle: Quickly record audio pubDate: 2020-09-02 platforms: - macOS +isMenuBarApp: true appStoreId: 1529006487 +olderMacOSVersions: + - '10.15' + - '11' + - '12' --- Record audio directly from the menu bar or with a global keyboard shortcut. diff --git a/source/content/apps/second-clock.md b/source/content/apps/second-clock.md new file mode 100644 index 00000000..c92aba03 --- /dev/null +++ b/source/content/apps/second-clock.md @@ -0,0 +1,83 @@ +--- +title: Second Clock +subtitle: Show a second clock for a different time zone in your menu bar +pubDate: 2024-01-04 +platforms: + - macOS +isMenuBarApp: true +appStoreId: 6450279539 +--- + +The app is simple by design. + +Check out [Dato](/dato) for more features and settings or [UTC Time](/utc-time) if you just need the time in UTC. + +
+ +### Frequently Asked Questions {#faq} + +#### I have a feature request, bug report, or some feedback + +[Send it here.](https://sindresorhus.com/feedback?product=Second%20Clock&referrer=Website-FAQ) + +*Tip: You can also click the feedback button in the app.* + +#### 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. + +#### Can it show a flag in front of the time? + +You can set a [flag emoji](https://emojipedia.org/flags) in the “Prefix text” setting. [Example.](https://twitter.com/sindresorhus/status/1742975880031543330) + +#### Can it show an icon in front of the time? + +You can set a [Unicode character](https://www.vertex42.com/ExcelTips/unicode-symbols.html) or SF Symbol in the “Prefix text” setting. + +For an SF Symbol, download the [SF Symbols app](https://developer.apple.com/sf-symbols/), copy a symbol, and paste it into the “Prefix text” setting. + +#### Can it show seconds? + +No, but you can make the system clock show seconds. + +#### Can it show the date? + +No. Check out my [Dato](/dato) app for that. + +#### Can it show an analog clock? + +I have no plans to support that. + +#### What if I want more than one additional clock? + +I don't plan to support that directly, but here are additional builds of the app with different identifiers so they can all run at the same time: + +- [Second Clock 2](https://github.com/sindresorhus/meta/files/13830079/Second.Clock.2.zip) +- [Second Clock 3](https://github.com/sindresorhus/meta/files/13830078/Second.Clock.3.zip) +- [Second Clock 4](https://github.com/sindresorhus/meta/files/13830077/Second.Clock.4.zip) +- [Second Clock 5](https://github.com/sindresorhus/meta/files/13830075/Second.Clock.5.zip) +- [Second Clock 6](https://github.com/sindresorhus/meta/files/13830074/Second.Clock.6.zip) + +My [Dato](/dato) app supports unlimited time zone clocks with settings like color and size. + +#### Can you localize the app into my language? + +The time output adheres to your locale. I don't plan to localize the app itself. + +#### Why is this free without ads? + +I just enjoy making apps. Consider leaving a nice review on the App Store. + +#### Where can I find the changelog? + +Go [here](https://apps.apple.com/app/id6450279539) and click “Version History”. + +
+ +### Non-App Store Version + +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/rpjnli9ox48bw8m5h6m2q/Second-Clock-1.0.0-1704355166.zip?rlkey=96qgy89si1w7omtsmb9rabh21&raw=1) *(1.0.0)* + +*Requires macOS 14 or later* diff --git a/source/content/apps/shareful.md b/source/content/apps/shareful.md index 503bcfe7..15a3b3ea 100644 --- a/source/content/apps/shareful.md +++ b/source/content/apps/shareful.md @@ -5,6 +5,10 @@ pubDate: 2020-09-08 platforms: - macOS appStoreId: 1522267256 +olderMacOSVersions: + - '10.15' + - '11' + - '12' ---
diff --git a/source/content/apps/spaced.md b/source/content/apps/spaced.md index 119255f3..412d1896 100644 --- a/source/content/apps/spaced.md +++ b/source/content/apps/spaced.md @@ -4,7 +4,10 @@ subtitle: Organize your menu bar items into groups pubDate: 2023-01-20 platforms: - macOS +isMenuBarApp: true appStoreId: 1666327168 +olderMacOSVersions: + - '13' --- The app provides menu bar separators to group menu bar items for a more streamlined appearance. @@ -39,7 +42,7 @@ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-t #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app. #### Where can I find the changelog? @@ -47,10 +50,16 @@ Go [here](https://apps.apple.com/app/id1666327168) and click “Version History
+### Older Versions + +- [1.0.4](https://github.com/sindresorhus/meta/files/13852708/Spaced.1.0.4.-.macOS.13.zip) for macOS 13+ + +
+ ### Non-App Store Version 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/az48yxpqfeovp629ht4ld/Spaced-1.0.4-1686472769-1701611003.zip?rlkey=fchh7i1sryyhtximk6z1exhml&raw=1) *(1.0.4)* +[Download](https://www.dropbox.com/scl/fi/3hcn8tysy1x2cjnlfdnlt/Spaced-1.1.0-1704617091.zip?rlkey=wyva3oju2yron1aoxydt3l9j0&raw=1) *(1.1.0)* -*Requires macOS 13 or later* +*Requires macOS 14 or later* diff --git a/source/content/apps/speediness.md b/source/content/apps/speediness.md index 8477a900..a09f4915 100644 --- a/source/content/apps/speediness.md +++ b/source/content/apps/speediness.md @@ -5,6 +5,8 @@ pubDate: 2021-11-23 platforms: - macOS appStoreId: 1596706466 +olderMacOSVersions: + - '12' ---
@@ -89,7 +91,7 @@ Go [here](https://apps.apple.com/app/id1596706466) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/apps/system-color-picker.md b/source/content/apps/system-color-picker.md index ce0dd53d..5fde6855 100644 --- a/source/content/apps/system-color-picker.md +++ b/source/content/apps/system-color-picker.md @@ -4,8 +4,12 @@ subtitle: The familiar color picker supercharged pubDate: 2021-05-01 platforms: - macOS +isMenuBarApp: true repoUrl: https://github.com/sindresorhus/System-Color-Picker appStoreId: 1545870783 links: 'Older Versions': https://github.com/sindresorhus/System-Color-Picker#download +olderMacOSVersions: + - '11' + - '12' --- diff --git a/source/content/apps/today.md b/source/content/apps/today.md index c8c1997c..29ed89e4 100644 --- a/source/content/apps/today.md +++ b/source/content/apps/today.md @@ -4,6 +4,7 @@ subtitle: Today’s schedule in your menu bar pubDate: 2022-10-27 platforms: - macOS +isMenuBarApp: true appStoreId: 6443714928 --- @@ -118,7 +119,7 @@ Meeter is mainly for video calls. It's also quite buggy and does not follow macO #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app. #### Where can I find the changelog? diff --git a/source/content/apps/utc-time.md b/source/content/apps/utc-time.md index 9b9fac74..d12e300c 100644 --- a/source/content/apps/utc-time.md +++ b/source/content/apps/utc-time.md @@ -4,7 +4,11 @@ subtitle: Show the time in UTC in the menu bar or a widget pubDate: 2021-03-16 platforms: - macOS +isMenuBarApp: true appStoreId: 1538245904 +olderMacOSVersions: + - '11' + - '12' --- This can be useful as a quick reference. @@ -23,7 +27,7 @@ macOS hides menu bar apps when there is no space left in the menu bar. This is a #### Can you localize the app into my language? -The date & time output adheres to your locale settings. I have no plans to localize the app itself. +The date & time output adheres to your locale settings. I don't plan to localize the app itself. #### UTC Time doesn't show up in the menu bar @@ -31,11 +35,11 @@ When the menu bar grows too large, macOS hides overflowing items, so UTC Time mi #### Can you add an analog clock? -No plans to add that. +I have no plans to add that. #### Can you add support for other time zones? -That is outside the scope of this app, but check out my app [Dato](https://sindresorhus.com/dato), which does support this. +That is outside the scope of this app, but check out my [Second Clock](/second-clock) or [Dato](/dato) app, which does support this. #### How can I customize the menu bar date and time format? diff --git a/source/content/apps/velja.md b/source/content/apps/velja.md index 099698b4..c6671db0 100644 --- a/source/content/apps/velja.md +++ b/source/content/apps/velja.md @@ -4,7 +4,10 @@ subtitle: Powerful browser picker pubDate: 2022-04-21 platforms: - macOS +isMenuBarApp: true appStoreId: 1607635845 +olderMacOSVersions: + - '12' --- Open links in a specific browser or a matching native app. Easily switch between browsers. @@ -110,6 +113,13 @@ If you want to open the website in a specific browser directly instead of showin Velja generally cannot handle links clicked in a browser because browsers don't notify the system about it. However, there is a workaround. Install [this browser extension](https://chromewebstore.google.com/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd) and make a rule to open links in Velja. Here's an [example rule](https://www.dropbox.com/scl/fi/s99bdxvbypar0nj2v8pj5/Redirector-1702989917.json?rlkey=fey4cs3wxuln528wkb5ai75u5&raw=1) (import it into the extension) that opens all links clicked in a browser in Velja. This could be useful if you need to open all links from a browser PWA in a specific browser. +For Microsoft Edge, you can run the following commands to ensure that these types of links always open in the associated app: + +```sh +defaults write com.microsoft.Edge URLAllowlist -array 'velja:open?url=*' +defaults write com.microsoft.Edge ExternalProtocolDialogShowAlwaysOpenCheckbox -bool true +``` + #### Launch browsers from Velja menu Hold the Option key when clicking a browser in the Velja menu to launch it instead of setting it as the current browser. @@ -256,7 +266,7 @@ However, I do plan to make it possible to achieve it using custom rules. The mis #### Can you support Firefox profiles? {#firefox-profiles} -I don't have any immediate plans to support this. There is currently very little demand for it and it's complicated to implement. I will consider it if there is more demand for it. +I don't plan to support this. There is currently very little demand for it and it's complicated to implement. I will consider it if there is more demand for it. I would recommend trying out containers instead (see above). *(Containers are not currently supported, but will be)* @@ -302,7 +312,7 @@ Velja does support exporting and importing rules manually. #### Can you add a vertical or circular browser prompt? -I don't have any immediate plans to add this. I recommend giving the horizontal prompt a try. A lot of users found it to work better than vertical/circular. +I don't plan to add this. I recommend giving the horizontal prompt a try. A lot of users found it to work better than vertical/circular. #### How can I see what URL Velja received? {#debug} @@ -541,7 +551,7 @@ Go [here](https://apps.apple.com/app/id1607635845) and click “Version History #### Can you localize the app into my language? -I don't have any immediate plans to localize the app. +I don't plan to localize the app.
diff --git a/source/content/config.ts b/source/content/config.ts index 0ac1e7db..f7ef8ce9 100644 --- a/source/content/config.ts +++ b/source/content/config.ts @@ -20,10 +20,26 @@ const appsCollection = defineCollection({ appStoreId: z.number().int().positive().safe().optional(), setappUrl: z.string().url().optional(), isPaid: z.boolean().default(false), + isMenuBarApp: z.boolean().default(false), links: z.record(z.string().url()).optional(), showSupportLink: z.boolean().default(true), redirectUrl: z.string().url().optional(), forceHasIosAppIcon: z.boolean().optional(), // // We can use `forceHasIosAppIcon` for both true/false override. + olderMacOSVersions: z.array(z.enum([ + '10.13', + '10.14', + '10.15', + '11', + '12', + '13', + '14', + '15', + '16', + '17', + '18', + '19', + '20', + ])).optional(), }).strict(), }); diff --git a/source/layouts/SimplePageLayout.astro b/source/layouts/SimplePageLayout.astro index c08d8f69..3f042e87 100644 --- a/source/layouts/SimplePageLayout.astro +++ b/source/layouts/SimplePageLayout.astro @@ -6,7 +6,7 @@ const {meta, title} = Astro.props; --- -
+

app.isMenuBarApp); + +const meta = { + title: `Menu Bar Apps — ${SITE.name}`, +}; +--- + + +

Menu Bar Apps

+

I love making menu bar apps.

+
    + {menuBarApps.map(app => ( +
  • {app.title} — {app.subtitle}
  • + ))} +
+
diff --git a/source/pages/apps/older-versions.astro b/source/pages/apps/older-versions.astro new file mode 100644 index 00000000..d0ecccd3 --- /dev/null +++ b/source/pages/apps/older-versions.astro @@ -0,0 +1,28 @@ +--- +import {SITE} from '~/config.mjs'; +import Layout from '~/layouts/SimplePageLayout.astro'; +import {fetchApps} from '~/utils/apps.js'; + +const apps = await fetchApps(); +const macOSVersions = [...new Set(apps.flatMap(app => app.olderMacOSVersions))].sort().reverse().filter(Boolean); + +const meta = { + title: `Older Versions — Apps — ${SITE.name}`, +}; +--- + + +

Older Versions

+

My macOS apps with an older version compatible with the following macOS versions.

+

Even my paid apps are free for these older versions.

+ {macOSVersions.map(version => ( +
+

macOS {version}

+
    + {apps.filter(app => app.olderMacOSVersions?.includes(version)).map(app => ( +
  • {app.title} — {app.subtitle}
  • + ))} +
+
+ ))} +
diff --git a/source/pages/apps/older-versions.md b/source/pages/apps/older-versions.md deleted file mode 100644 index 75419db8..00000000 --- a/source/pages/apps/older-versions.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: ~/layouts/MarkdownLayout.astro -title: Older Versions ---- - -# Older Versions - -Apps with an older version compatible with: - - -- [macOS 12](https://www.google.com/search?q=site%3Asindresorhus.com+-site%3Asindresorhus.com%2Fapps%2Folder-versions%C2%A0%22older+versions%22+%22for%20macOS%C2%A012%22) -- [macOS 11](https://www.google.com/search?q=site%3Asindresorhus.com+-site%3Asindresorhus.com%2Fapps%2Folder-versions%C2%A0%22older+versions%22+%22for%20macOS%C2%A011%22) -- [macOS 10.15](https://www.google.com/search?q=site%3Asindresorhus.com+-site%3Asindresorhus.com%2Fapps%2Folder-versions%C2%A0%22older+versions%22+%22for%20macOS%C2%A010.15%22) -- [macOS 10.14](https://www.google.com/search?q=site%3Asindresorhus.com+-site%3Asindresorhus.com%2Fapps%2Folder-versions%C2%A0%22older+versions%22+%22for%20macOS%C2%A010.14%22) -- [macOS 10.13](https://www.google.com/search?q=site%3Asindresorhus.com+-site%3Asindresorhus.com%2Fapps%2Folder-versions%C2%A0%22older+versions%22+%22for%20macOS%C2%A010.13%22) - -Even my paid apps are free for these older versions. diff --git a/source/pages/apps/visionos.astro b/source/pages/apps/visionos.astro new file mode 100644 index 00000000..1ce27ba7 --- /dev/null +++ b/source/pages/apps/visionos.astro @@ -0,0 +1,22 @@ +--- +import {SITE} from '~/config.mjs'; +import Layout from '~/layouts/SimplePageLayout.astro'; +import {fetchApps} from '~/utils/apps.js'; + +const apps = await fetchApps(); +const visionOSApps = apps.filter(app => app.platforms.includes('visionOS')); + +const meta = { + title: `Vision Pro Apps — ${SITE.name}`, +}; +--- + + +

Vision Pro Apps

+

The apps of mine that run on Vision Pro.

+
    + {visionOSApps.map(app => ( +
  • {app.title} — {app.subtitle}
  • + ))} +
+
diff --git a/source/pages/feedback.astro b/source/pages/feedback.astro index 9b2d6a3d..7eaa4518 100644 --- a/source/pages/feedback.astro +++ b/source/pages/feedback.astro @@ -100,6 +100,12 @@ const inputCSS = 'block p-2.5 w-full text-lg text-gray-900 bg-gray-50 rounded-lg

Some actions that are not possible: orientation lock status, flashlight status, ambient sensor info, flight mode status. `); } + + if (product === 'AI Actions') { + $('#additional-info').show().append(` +

Apple is currently blocking updates to this app because they don't like the use of OpenAI keys without in-app purchase (they want their 30% of OpenAI revenue), so until EU forces them to allow side-loading and alternative App Store's, I won't be able to make any improvements to this app...

+ `); + } } const form = $('#feedback-form'); diff --git a/source/utils/apps.js b/source/utils/apps.js index be5f3193..57e0e3d1 100644 --- a/source/utils/apps.js +++ b/source/utils/apps.js @@ -63,6 +63,7 @@ const normalizeApps = async app => { hasFaqSection, screenshots, Content, + olderVersionsUrl: data.repoUrl ? `${data.repoUrl}#download` : `/${slug}#older-versions`, }; };