mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 14:23:56 +01:00
4 lines
131 B
Fish
4 lines
131 B
Fish
|
function kjsonlogs
|
||
|
klogs $argv -o raw | jq -r -R 'fromjson? | select(type == "object") | "\(.time) \(.levelname) \(.message)"'
|
||
|
end
|