-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature request: Command Line Options #53
Comments
This was implemented two commits ago, sorry for not responding earlier. There should be output from
I hope this helps :) |
Hi, thanks a lot, great work! Regards, |
The entire file is read at once and used as the password, so a file containing just the password in UTF-8 or similar, no Byte-Order Mark, should work (I tried it using Notepad, New File, enter the password, save). Of course, things like BOMs should not break everything, I hope to revisit this quick and dirty implementation soon. |
Should be fixed with commit 9d988ea. |
I'm now at r352.9d988ea-1 but my issue still exists. I think the problem is not a BOM but an additional linefeed (0x0a) at the end of the password line. In contrast to notepad++ on Windows, all Linux editors (tried Vim, Emacs, Kate) seem to add one even if you do not press Enter after entering your password, and |
I would like to have a cmd line option to provide the database password (or a file containing the password) and another option to start openMittsu in (auto-)connected mode. Maybe also the database path as a parameter.
If cmd line options were introduced, there should also be a --help handler.
TIA
Heinz
The text was updated successfully, but these errors were encountered: