Hacker News new | ask | show | jobs
by jhspt 1862 days ago
https://github.com/jhspetersson/fselect

A tiny tool I wrote to search within file piles (mostly unsorted downloads, torrents, and such). I could never remember `find` options, and more advanced queries are a pain. Now one can use some kind of SQL flavor to get the job done.

1 comments

Looks awesome! SQL seems like a much nicer interface for this kind of thing over a pile of command line flags.