launchk icon indicating copy to clipboard operation
launchk copied to clipboard

Cursive TUI that queries XPC to peek at launchd state

Results 3 launchk issues
Sort by recently updated
recently updated
newest added

Hello, nice project - there is an issue w/ building on my M1 mac. ````````` $ RUST_BACKTRACE=full cargo build Compiling xpc-sys v0.1.0 (/Users/dillera/code/launchk/xpc-sys) error: failed to run custom build command...

bug

So far: - [x] Apple Silicon no longer needs to edit target triplets to build - [x] Latest version of cursive, notify - [x] Fix latency of chained commands -...

To reproduce: - Start `launchk` as non-root user - Find a `*/Daemon` service (`org.cups.cupsd` is a good one) - Try to unload it (or do anything) It will silently fail....

bug