Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The Sponsor button appears once the account is enrolled at
# https://github.com/sponsors — the file is safe to ship beforehand.
github: h5nam
2 changes: 1 addition & 1 deletion Casks/mq-dir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
homepage "https://github.com/h5nam/mq-dir"

auto_updates false
depends_on macos: ">= :sonoma"
depends_on macos: :sonoma

app "mq-dir.app"

Expand Down
2 changes: 1 addition & 1 deletion Sources/mq-dir/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct SettingsView: View {
} header: {
Text("Filenames")
} footer: {
Text("Korean filenames stored in decomposed (NFD) form look broken — like \u{315E}\u{3157}\u{3134}\u{3131}\u{3161}\u{3139} instead of 한글 — when dragged or copied into other apps. Turn this on to rename them to composed (NFC) form on disk as they leave mq-dir.")
Text("Korean filenames stored in decomposed (NFD) form look broken — like \u{315E}\u{3157}\u{3134}\u{3131}\u{3161}\u{3139} instead of 한글 — in terminals, Git, zip archives, and Windows transfers. Turn this on to rename them to composed (NFC) form on disk as they drag out of mq-dir. This fixes the name on disk; apps that rebuild names from the drag URL (such as web browsers) may still display NFD.")
.foregroundStyle(.secondary)
}

Expand Down
Loading