-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wildcards support? #4
Comments
Windows.... So in unix/linux this would be taken care of by the shell which was the intended use. I don't have easy access to a windows machine at the moment but I will have a look when I do get the chance. |
My expectation here is nurtured by hash calculators like yours, Ben. $ hashdeep -bc sha256 img202405*.jpg
3152510,83389d6b6e7df07a5ffbf481dba7694823124d121b490d4431854fa99bcd109d,img202405_6894.jpg
3091717,885a08e3059923ddb422ffae023e1419c4a11b9d29f9067f0fa9dc698eeebc00,img202405_6895.jpg
3082678,6c1f5eb44a8ab658c3f0f8966b662bcd1515d44098fb8811e76f7db30814f089,img202405_6896.jpg
$ rhash --sha256 img202405*.jpg
83389d6b6e7df07a5ffbf481dba7694823124d121b490d4431854fa99bcd109d img202405_6894.jpg
885a08e3059923ddb422ffae023e1419c4a11b9d29f9067f0fa9dc698eeebc00 img202405_6895.jpg
6c1f5eb44a8ab658c3f0f8966b662bcd1515d44098fb8811e76f7db30814f089 img202405_6896.jpg
$ sha256sum img202405*.jpg
83389d6b6e7df07a5ffbf481dba7694823124d121b490d4431854fa99bcd109d *img202405_6894.jpg
885a08e3059923ddb422ffae023e1419c4a11b9d29f9067f0fa9dc698eeebc00 *img202405_6895.jpg
6c1f5eb44a8ab658c3f0f8966b662bcd1515d44098fb8811e76f7db30814f089 *img202405_6896.jpg
---
$ b3sum img202405*.jpg
96ac12a2716c7c25b00380017aebc56b78602e484a2ecb2b80c1961bcfdc0598 img202405_6894.jpg
c4b824e925f627d3afe34c3a04ed769b0ae73ab0ac08c8312f161c2eda38cbcb img202405_6895.jpg
3614a0d0afa46fb6eeb921a7eded0d602a433e898baf710c09740869ed870633 img202405_6896.jpg
$ xxhsum img202405*.jpg
46cb55b63ff71972 img202405_6894.jpg
24fa50966a7b913c img202405_6895.jpg
8380dc1a51b5972a img202405_6896.jpg |
Come on, Ben, wildcards support exists for decades, people are used to it. For example, there is an old rehash, it runs both on Windows and Linux, it allows to hash not only classic *.txt, but crazy masks such as
Some of the new stuff called zpaqfranz in addition to the apps I mentioned earlier. $ zpaqfranz hash *.txt -blake3 -pakka
fb77f6c071bc58d0fcd5013b093d1e3b944df2bb5fad49b4f479dc2f9ce84ada birds.txt
99f6dc82f4b7c334193c9dbf2a799257f0f566444c8e9e9496b8808cba0bc3aa pájaros.txt
39b75d2418dbcd18a7ed92b4307e6a77b9b179f8218becd1dad60c966205c913 vögel.txt
0c084284d2292c2c295fe201900d48b7046c8a33e0eb20e8d6b7160d007012ad птицы-vögel-pájaros-birds.txt
2d7e0379abe022605799524e6bcf997939bfef08130d6adff537b52058e71d01 птицы.txt |
You do understand I work on this in my spare time? While I understand it can be frustrating to wait for this, but you need to consider what it means for the person maintaining the code. I not only have to source a Windows machine, I then have to setup my tooling on it, start development, renew myself with how windows works and resolve the issue. Like I get it. You want the feature now, but the source is available. You can do it yourself if you want and submit a PR and if it works I will merge it. Now as I mentioned I am looking at this now. The moment I finish off the audit functionality which is on a branch and merge that in I will be looking at this again. |
I am going to write this nicely once. I do not owe you or any other person not my immediate family or direct employeer any of my time. |
And I am going to reply this nicely once again. You created this repository in a public, not your private space, which is why people come here. And these people are just using the issue tracker for its intended purpose, namely, they report problems and expect solutions. Hand washes hand: people act as free testers to help you polish the product you then brag about in your resume… You, Ben, could delete the repository, mark it abandoned, delete the Windows branch so that you no longer burden yourself with its support, or even say that you started the project just for fun without having the knowledge to address emerging issues. But of all the options, you chose to ignore people who trusted you. And that hurts feelings, it's just rude. Shame on you, Ben. |
In which case I offer you a refund of the money you have paid and this link https://boyter.org/posts/the-three-f-s-of-open-source/ Have a good day. |
Windows users amirite? |
The lack of self-awareness here is appalling |
or you could accept that you are using an operating system that even Microsoft has not supported for over 5 years, and this is a free product provided on an as is basis with no explicit or implicit guarantee of support. |
Windows 7 x64, Hashit 1.2.0
The text was updated successfully, but these errors were encountered: