-
Notifications
You must be signed in to change notification settings - Fork 31
use /usr/bin/env #83
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
use /usr/bin/env #83
Conversation
What distributions use something other than Alpine isn't supported at the moment because it uses |
chimera linux doesn't use bash. anyway, does it matter which distribution does? better to do the correct thing. |
I appreciate the answer, it seems Chimera is based on Respectfully, yes it matters to me as the sole maintainer of this silly project. Let's not be combative about this. No description was provided for this PR. I'd like to know what it fixes for the user who provided it. I'm asking so that I can have better context, since I noticed they also submitted a package request for Nix.
It would be more consistent, since it's already used in |
@eval-exec I appreciate your PR. Next time please provide a description as requested by the contribution guidelines:
What does this fix for you, specifically? |
Thank you. I'm using NixOS, and NixOS have no |
Lucky, It works my my kitty terminal on NixOS. but it not work on tmux(which is running under kitty): When I run await under tmux: it's awrit on electron is 📦 v2.0.1 via v20.18.3 on ☁️ took 1m8s
❯ ./awrit https://google.com
Extended keyboard support is required
awrit on electron is 📦 v2.0.1 via v20.18.3 on ☁️
❯ echo $?
0
awrit on electron is 📦 v2.0.1 via v20.18.3 on ☁️
❯ cat awrit_error.txt (awrit_error.txt file is empty) And it need use |
It probably won't be supported in the future because of several limitations that there's no reasonable workaround for while maintaining good performance and keyboard support:
You might be interested in this article to get the benefits of |
Since
NixOS
have no /bin/bash.Ref: https://stackoverflow.com/a/16365367/14717438