Live data from Hacker News

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

github.com

131–132 of 132 posts

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

#131
post #98

Earlier quoted context omitted.

While WinFS was a good start, I think the idea of a semantic file system could be extended much further to the whole system (if it weren't for pesky POSIX) I think most people would expect /home/geokon/program1/src/ and /src/program1/home/geokon to have pretty much the same content A tag based file system that makes the two equivalent would eliminate all sorta of annoyances where you can't decide how to structure you…

Years ago, I had a similar idea, but never did anything with it. Look at DNs in LDAP (and X.400/X.500), they are based on attribute=value pairs. What about a filesystem in which filenames were collections of attribute=value pairs? e.g. /home/geokon/program1/src/foo.c could become: user=geokon/program=program1/category=src/lang=c/name=foo You could potentially decide that the order of the attributes is not significant…

[deleted]

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

#132

Earlier quoted context omitted.

I've been using this for years and it is LIGHTNING fast. No need to "index" all the files because it reads directly from the MFT. If you create a new file matching the search pattern it's already sitting in the results window by the time you alt-tab. Also, the "directory size" equivalent of Everything is WizTree [1] ... much faster than WinDirStat, which I see recommended way too often. [1] http://antibody-software.c…

I've been using "SpaceSniffer" which is similarly faster than WinDirStat.

Directory Report is also faster than WinDirStat, and It can create more reports
Post reply on HN