Skip to content

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

Filter by

431 results  (278 ms)

431 results

insindresorhus (press backspace or delete to remove)

Checked on my MacOS 14, no build in trash command available. See https://apple.stackexchange.com/questions/50844/how-to-move-files-to-trash-from-command-line/476506#476506

Looking to do something like this in a menu where there is an optional preference and falls back to a default. Button( New Item ) {} .keyboardShortcut(newItemKeyboardShortcutPref?.toSwiftUI ?? .init( ...

Fixes #150 I wanted to implement it quickly to see how it would look like. I m no longer sure it s worth the complexity and potential support headache. The implementation is also just a MVP. It must ...

It was really for trash to fail on -rf and other flags so this PR addresses this.

Fixes #99 I don t expect to merge this anytime soon because of the system requirements and it being a breaking change, but I would like a review. Why CodingKeyRepresentable instead of LosslessStringConvertible? ...

I m a HUGE fan of your app! I use it personally to display a custom digital background generated by webassembly on my desktop. The only problem is that I have 2 monitors. So what I did in this PR is to ...

Update the dependency “swift-syntax” to version 602+ to avoid conflicts with the latest version of the swiftlint library.

This prevents any provided paths from being parsed as flags. Since at most one flag is parsed at the moment, this is technically sufficient to prevent any paths from being mistaken as flags for any invocation. ...