filebrowser/backend/vendor/github.com/flynn/go-shlex
Graham Steffaniak b928e6557c updated with a few changes
- 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
2023-07-21 17:41:24 -05:00
..
COPYING updated with a few changes 2023-07-21 17:41:24 -05:00
Makefile updated with a few changes 2023-07-21 17:41:24 -05:00
README.md updated with a few changes 2023-07-21 17:41:24 -05:00
shlex.go updated with a few changes 2023-07-21 17:41:24 -05:00

README.md

go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.