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

Can we have a CLI version? #167

Open
a84r7a3rga76fg opened this issue May 13, 2023 · 2 comments
Open

Can we have a CLI version? #167

a84r7a3rga76fg opened this issue May 13, 2023 · 2 comments

Comments

@a84r7a3rga76fg
Copy link

Would make automation much easier. For example, this could be for hashing files OpenHashTab.exe -r(ecursive) --XXH3-128 [directory to scan] [where to save the sumfile] and this could be for for validating files OpenHashTab.exe [path to sumfile].

@kurtmckee
Copy link
Contributor

@namazso please close if OpenHashTab won't offer a CLI version.

@a84r7a3rga76fg You may be able to accomplish this using other existing tools. For example, Powershell offers a Get-FileHash commandlet, and Windows offers the CertUtil tool that can calculate hashes.

@namazso
Copy link
Owner

namazso commented Jun 6, 2023

I plan a CLI version, but it needs a massive refactor to separate various components of the hashing engine, similar to how the algorithms were cut off. Unfortunately it's quite hard to draw the line what belongs to the engine, as there are some parts like sumfile parsing that are hard to define.

I recently had very little time to work on free-time projects, and getting a CMake conversion followed by a refactor done is still on the list.

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

3 participants