-
Notifications
You must be signed in to change notification settings - Fork 31
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
Commandline option to set initial input #55
Labels
Comments
The following diff mostly implements this:
|
don't subtract 1 from MAX_QUERY, the null terminator isn't implicitly copied with strncpy |
Okay, thanks, I missed that subtlety. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When lighthouse is triggered from another program (for example, sxiv), it would be useful to be able to provide an initial input string.
For example if the the user triggers TMSU tagging via pressing 'h', then lighthouse (the interactive part of this process) could ideally start with the character 'h' already input.
I suppose '-i' would be the logical name for this option.
I am looking at how to implement this but may not have time to do so in the next few days.
The text was updated successfully, but these errors were encountered: