Skip to content

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

Filter by

575 results  (356 ms)

575 results

insindresorhus (press backspace or delete to remove)

This PR adds a new function to remove the handler of a distinct keyboard shortcut. It extends to public function removeAllHandlers() for a more fine-granular control. My app needs to unload a certain ...

This PR adds a function to check the enablement status of a keyboard shortcut that has been set with enable(_:) or disable(_:). I am using this function in my project to implement a SwiftUI Toggle to ...

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 again! I thought I might as well go for 3/3, so I solved another issue ( #219 to be exact)! Fixes #219 As usual, watch this video to get an overview of the new feature: https://github.com/user-attachments/assets/8e239920-3a01-46cc-a6c7-cb872c8e36dc ...

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 ...

Hi! I implemented the gif preview features as requested in issue #136 Please watch this short video for a demonstration: https://github.com/user-attachments/assets/0b02212b-29f7-43d9-91f3-ec74a0ab9e05 ...

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.