No description
Find a file
2025-01-15 18:56:22 -07:00
src/macosutils enum shorten 2025-01-15 18:55:11 -07:00
tests enum shorten 2025-01-15 18:55:52 -07:00
.gitignore fixes 2025-01-15 15:16:17 -07:00
LICENSE Create LICENSE 2025-01-16 00:10:42 +02:00
macosutils.nimble bump version - added generated longform enum fields 2025-01-15 18:56:22 -07:00
README.md fixes 2025-01-15 15:35:18 -07:00

Mac OS Utils

A simple package with some wrapper for a few core MacOS system utilities. Currently only a few items needed from CoreFoundation are added for dmon.

It's easy to add more, and I'll accept PR's if people want to wrap more.

Note I've been using Claude and it works really well for creating Nim wrappers for these sort of well utility functions. Usually it only requires a slight modification. I ask it to "Please write idiomatic Nim wrapper for CFStringCreateWithCString from MacOS."