Clone with
git clone git://git.awl.red/neallred/lmnt
LMNT📎
Pronounced "element". An application for visualizing what css selectors will match.
build📎
go build -o $DIRECTORY_IN_PATH/lmnt main.go
Examples📎
Basic interactive mode
lmnt git.sr.ht/~neallred/lmnt
Load document from file
lmnt ~/tmp.html
echo ~/tmp.html | lmnt
Load document from stdin
cat ~/tmp.html | lmnt
Skip interactive mode, sending output to file
lmnt -q pre.commit git.sr.ht/~neallred/lmnt > ~/tmp-recent-repo-commits