You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen McQuay 5027d2d624
upate year
5 years ago
LICENSE upate year 5 years ago
README.md init 6 years ago
main.go init 6 years ago

README.md

slg is structured log grep

Example:

$ echo "key=val key2=val key3=val" | slg key2
key2=val