What is fsq?
fsq is a tool for querying the file system with a SQL-like language. For example:
fsq "path in 'src' where name endswith '.go' and content contains 'main('"
Instructions for downloading, building, and using fsq can be found in the README on GitHub: https://github.com/upcrob/fsq
Version 1.7.0 Enhancements
- Added a
matches
keyword for evaluating regular expressions against file attributes. - Updated to use the Go 1.9 runtime.