This website requires JavaScript.
Explore
Help
Sign In
sm
/
slg
Watch
1
Star
0
Fork
0
You've already forked slg
Code
Issues
Pull Requests
Releases
Wiki
Activity
1
Commit
1
Branch
0
Tags
24
KiB
Go
100%
19681a0702
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Stephen McQuay (smcquay)
19681a0702
init
2017-10-20 14:13:41 -07:00
LICENSE
init
2017-10-20 14:13:41 -07:00
main.go
init
2017-10-20 14:13:41 -07:00
README.md
init
2017-10-20 14:13:41 -07:00
README.md
slg is structured log grep
Example:
$
echo
"key=val key2=val key3=val"
|
slg key2
key2
=
val