-
Notifications
You must be signed in to change notification settings - Fork 135
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
add: make shell command configurable #458
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## development #458 +/- ##
===============================================
+ Coverage 79.44% 79.80% +0.35%
===============================================
Files 77 77
Lines 5444 5511 +67
===============================================
+ Hits 4325 4398 +73
+ Misses 1119 1113 -6
|
b6f16c9
to
ea56a06
Compare
6ab7efa
to
58282c9
Compare
f9355e2
to
c64aec9
Compare
c64aec9
to
25aba51
Compare
Thanks for taking the effort to support multiple shells! I have managed to get my Nushell (
I also tested PowerShell Core (
|
Sorry for late reply, I've tried in nushell recently, and verified it works too |
I think I'm going to merge this, It has been open for long enough and from what I can see it works quite well with various shells :) We'll squash any upcoming bugs once the feature is released. I'll explicitly mark this feature as experimental, since there's a lot of stuff that can go wrong with shells :D Thanks @ everyone for helping out with testing the shells :) |
e0804ee
to
d392756
Compare
Is this feature documented? I did not see it in the the Wiki. I found the config option in the config file and searched for "shell_command" here. |
It's not yet documented, we should add a section to the wiki 😅 eventually. The feature was only announced in the recent changelog of https://github.com/Nukesor/pueue/releases/tag/v3.3.0 Feel free to add some docs to the wiki :) Everyone can contribute! |
Hi, shell_command: [
"fish",
"-c",
"{{ pueue_command_string }}"
] |
Fixes #454
Fixes #363
This is waiting for some people to actually test this.
I would like to see some tests for:
However, the more the merrier.
How to test:
For bash, add this to your daemon settings section:
For zsh, add this:
Make sure to restart your daemon!