- git directory structure changed (no more src folder) - search now works with filesize larger/smaller than x MB - search currently allows for only one search request at a time - cancels older requests by having them immediately return null |
||
---|---|---|
.. | ||
COPYING | ||
Makefile | ||
README.md | ||
shlex.go |
README.md
go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.