Fsq v1.7.0 Released

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.
1 Like

Cool idea!

Add this to bash and life would be creamy

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.