kashav/fsql

Binary Download Request

modulexcite opened this issue · 2 comments

Thank you for a great tool and sharing with the community; this is awesome.
Do you mind creating a binary/executable for Windows?

I'll be drafting a full release later today or tomorrow (when #10 is complete), but I'll upload the Windows builds here until then.

I've never cross-compiled Go for Windows (and haven't actually used Windows for quite some time), so you might have to work with me on this.


Some references for myself:

Great thanks for your quick response.
I have tested both 32 and 64-bit builds they seem to be working fine.

64-bit Example (Searching for .txt files)

fsql "SELECT name, size, time FROM . WHERE name LIKE %.txt AND time > 'Apr 01 2017 00 00'"

Output:

9632    May 11 10:55:48 ConEmu.txt
233145  Apr 18 06:44:20 history.txt
4129    Apr 18 06:44:05 settings.txt
4501    May 11 07:52:07 test.txt
256     May 16 10:38:31 new 2.txt

32-bit Example (Searching for .txt files)

fsql "SELECT name, size, time FROM . WHERE name LIKE %.txt AND time > 'Apr 01 2017 00 00'"

Output:

9632    May 11 10:55:48 ConEmu.txt
233145  Apr 18 06:44:20 history.txt
4129    Apr 18 06:44:05 settings.txt
4501    May 11 07:52:07 testg.txt
256     May 16 10:38:31 new 2.txt