Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:unmerged is:unmerged

Filter by

100 results  (187 ms)

100 results

insindresorhus (press backspace or delete to remove)

This PR adds the capability to define a custom UserDefaults to support App Groups and access group containers. I am using KeyboardShortcuts in an environment with App Groups. The shared UserDefaults shall ...

Objective 1. Updating Package to version 6.0 2. Adding @MainActor decorator in Observable class. 3. Adding changeValue handler to hear changes in isEnabled. 4. Changing minimum macOS platform from ...

Hi! I implemented the Quick Action feature from issue #180 This time I have 2 videos for you! This one shows how you can use the quick action: 1. Just select the video, select Quick action - Quick Convert ...

FIX #19 : This PR fixes an issue where macos-trash could not handle filenames containing emojis, accents, or other non-UTF8 characters. The fix applies precomposedStringWithCanonicalMapping to normalize ...

In this PR, I add some changes. 1. I add --force(-f) option. 2. I change the default mode to interactive mode. 3. I remove --interactive(-i) option. This modification prevents accidental deletion, ...

I add some process for interactive arg.

I update the version number of this tool.

Makes Shortcut.keyEquivalent public. Use case: Say I have a menu item for New Post . Users can set a preferred global shortcut, otherwise it uses a local-only default. I need to set the menu item s keyEquivalent/keyEquivalentModifierMask ...

Adds the following methods for removing only the handlers for specific Names: /** Remove all handlers for one or more names. Includes both key down and key up handlers. */ public static func removeHandlers(for ...