Live data from Hacker News

Show HN: FSQL – Search through your file system with SQL-esque queries

github.com

1–10 of 132 posts

Re: Show HN: FSQL – Search through your file system with SQL-esque queries

#5
This is really neat. MacOS has a easy to use smart folder which I use to find recent files and large files. An interface like this is an advantage because it's easy to understand what it's doing and it's cross platform . Other people make the claim it may be verbose (but being verbose makes the operation clearer) and SQL is so familiar to programmers that are power users.

Re: Show HN: FSQL – Search through your file system with SQL-esque queries

#7
Nice project, wish you the best ! Although tbh, I personally won't use this simply because I know enough of find(1) to not see the cognitive overhead of switching to sql to do filesystem /queries/.

Any examples where this would be better than using find (with the occasional filter thrown in) ?

Post reply on HN