Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary Download Request #14

Closed
modulexcite opened this issue May 16, 2017 · 2 comments
Closed

Binary Download Request #14

modulexcite opened this issue May 16, 2017 · 2 comments

Comments

@modulexcite
Copy link

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

@kashav
Copy link
Owner

kashav commented May 16, 2017

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:

@modulexcite
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants