Small utility written in Swift to query the status of a macOS keychain.
$ keychain-status
unlocked: true
readable: true
writable: true
Compilations requires swiftc and a macOS SDK, which are both installed when installing Xcode.
$ make$ make install # May require sudo