Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 7, 2024
1 parent 272a400 commit 02ddf37
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions source/content/apps/dato.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ You can even make it open a specific browser or profile only for links clicked i

Click the month and year on the top left. You can also press the <kbd>Space</kbd> key.

#### I have hidden the toolbar and now I cannot access settings

Press the <kbd>Option</kbd> key to reveal a button to access settings or press <kbd>Command</kbd>+<kbd>comma</kbd>.

#### How can I add multiple time zones to the menu bar? {#time-zones-menu-bar}

In the Dato settings, go to the “Time Zones” pane, add a time zone, and in the edit window, check “Show in menu bar”. Do the same with the other time zones you want to show in the menu bar. If you already have the time zones added, right-click a time zone, click “Edit”, and then check “Show in menu bar”.
Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/hyperduck.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Hyperduck
subtitle: Send links from your iOS/visionOS devices to your Mac
subtitle: Send links from your iOS & visionOS devices to your Mac
pubDate: 2023-01-27
platforms:
- macOS
Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/icon-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ An essential tool for developers and designers to perfect the look of their macO
- Drag and drop an image onto the Dock icon or menu bar icon to preview it there.
- Click the Dock icon to pick an icon.
- Right-click the Dock icon while the app is running for more actions.
- In Finder, right-click an image file, and select “Open With › Icon Preview” to set it as the Dock icon.
- In Finder, right-click an image file, and select “Open With › Icon Preview” to set it as the Dock icon. To instead set it as the menu bar icon, press the <kbd>Option</kbd> key while doing this.

#### Preview multiple icons

Expand Down
6 changes: 6 additions & 0 deletions source/content/apps/one-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ Troubleshooting:
Known issue:
- Because of a macOS bug, the macOS app does not sync with iCloud while it's focused.

#### How can I edit an item?

Swipe right on the item.

On macOS, you can also right-click the item.

#### Does the app integrate with other todo apps?

No, One Task deliberately avoids automatic integration with other todo apps. Most todo apps encourage task hoarding, leading to overwhelm and inaction. One Task focuses on actionable items you commit to completing within the day. Manually select your highest-priority tasks and add them to One Task for focused execution.
Expand Down
4 changes: 4 additions & 0 deletions source/content/apps/speediness.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Open the Shortcuts app, create a new shortcut, and then drag the “Get Internet

This is unfortunately not possible at this time as the app relies on the built-in [`networkQuality` command-line tool](https://support.apple.com/en-gb/HT212313), which does not exist on iOS. Someone would have to implement the [“Responsiveness under Working Conditions” RFC](https://github.com/network-quality/draft-ietf-ippm-responsiveness/blob/master/draft-ietf-ippm-responsiveness.txt) in Swift. [Reference implementation in Go.](https://github.com/network-quality/goresponsiveness) Let me know if you end up making a Swift package for this.

#### Can you make a command-line tool for this app?

This app uses the built-in [`networkQuality` command-line tool](https://support.apple.com/en-gb/HT212313) under the hood. You can use it too.

#### Is the app native?

Yes, it's native and written in Swift and SwiftUI.
Expand Down

0 comments on commit 02ddf37

Please sign in to comment.