You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I looked a little into using skim as a library, but it didn't look as though there was a way to pick up on the system-defined options like SKIM_DEFAULT_OPTIONS and SKIM_DEFAULT_COMMAND.
Does library skim have this functionality? If not, I'm interested in the potential work involved in adding that.
Thank you very much for your work on this, by the way.
The text was updated successfully, but these errors were encountered:
Currently SKIM_DEFAULT_OPTIONS is picked up by main.rs, converted to SkimOptions and passed to skim library. I'd like to keep it this way for separation concern.
I understand that reading options from environment variable could be convenient when working with skim library. Helpers might be added for constructing SkimOptionsoutside library in the future.
Hi,
I looked a little into using skim as a library, but it didn't look as though there was a way to pick up on the system-defined options like
SKIM_DEFAULT_OPTIONS
andSKIM_DEFAULT_COMMAND
.Does library skim have this functionality? If not, I'm interested in the potential work involved in adding that.
Thank you very much for your work on this, by the way.
The text was updated successfully, but these errors were encountered: