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
2
Commits
1
Branch
0
Tags
24
KiB
Go
100%
master
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)
5027d2d624
upate year
2018-05-16 15:52:54 -07:00
LICENSE
upate year
2018-05-16 15:52:54 -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