mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-31 09:42:38 +01:00
3 lines
138 B
Fish
3 lines
138 B
Fish
function kjsonlogs
|
|
klogs $argv -o raw | jq -r -R 'fromjson? | select(type == "object") | "\(.timestamp) \(.level) \(.short_message)"'
|
|
end
|