summaryrefslogtreecommitdiff
path: root/src/config/edit.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-07-06macos: open URLs with NSWorkspace APIs instead of `open`Mitchell Hashimoto
2025-06-28Don't pass arena allocator to os.openDaniel Wennberg
2024-12-30feat(config): generate default template when config file is not foundLeah Amelia Chen
2024-12-30config: edit opens AppSupport over XDG on macOS, prefers non-empty pathsMitchell Hashimoto
2024-12-22add a commentNico Weber
2024-12-22commentNico Weber
2024-12-22macos: Make "Settings…" menu item open config file in Application SupportNico Weber
2024-01-05config: create the config dir recursively for editMitchell Hashimoto
2024-01-05config: use dirname so we don't have to alloc a new dir for editMitchell Hashimoto
2024-01-05Fix #1213 (create dir if needed for settings)Evan Boehs
2023-12-19Remove log from imports as it is unusedBorja Clemente
2023-12-19Remove unused imports from config/editBorja Clemente
2023-12-18fix callback struct ordering, use internal_os.openMitchell Hashimoto