An open API service indexing awesome lists of open source software.

https://github.com/pe/locks

Format login / lock messages
https://github.com/pe/locks

Last synced: about 2 months ago
JSON representation

Format login / lock messages

Awesome Lists containing this project

README

          

# Format login / lock messages

Read logs of macOS locks/unlocks. Group and format them for copy & paste into a time tracking spreadsheet.

```console
log show --predicate '(subsystem == "com.apple.login") && (category == "Logind_General") && (eventMessage beginswith "-[SessionAgent SA_SetSessionStateForUser:state:reply:]:536: state set to:")' --style compact --last 2d
```