We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to add windows support to your project if you are OK with that. There are multiples points to do:
2> /dev/null
2>nul
bin/git_actions_preview
bin/preview_yankround_register
bash
Bash
fzf
%
cross-env
Item 1 & 2 may need to check the OS. Item 3 is easy.
Let me know if you would accept one (or multiple) PR on the subject. Thanks for your project :)
The text was updated successfully, but these errors were encountered:
Thanks. I don't have Windows, but would welcome a PR as long as it doesn't break the Mac and Linux environment.
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to add windows support to your project if you are OK with that.
There are multiples points to do:
2> /dev/null
is2>nul
on windowsbin/git_actions_preview
andbin/preview_yankround_register
are inbash
.Bash
is not on windows by default.fzf
is able to escape some character if options are provided as array of string instead of one unique string (needed for the%
).cross-env
to set environment variable used in package.json scriptItem 1 & 2 may need to check the OS.
Item 3 is easy.
Let me know if you would accept one (or multiple) PR on the subject.
Thanks for your project :)
The text was updated successfully, but these errors were encountered: