I'm happy to announce a new release of fsq.


*What is fsq?*
fsq is a BSD-licensed command line tool for querying the file system with a 
SQL-like language.  It attempts to optimize for efficient I/O when 
possible, but most of all, strives to to make it easy to write readable 
file system search queries.  For example:

     fsq "path,size in 'src' where name endswith '.go' and content contains 
'main('"



*What's new in 1.7.1?*
   
   - Searching with regular expressions is now supported with the "matches" 
   operator.
   - Prebuilt binaries use Go 1.9.

The source code, documentation, and links to pre-built binaries can be 
found on the GitHub repository: https://github.com/upcrob/fsq



-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to