chtenb
chtenb
I see that the 2nd bullet from my previous post has been resolved by https://github.com/nushell/nushell.github.io/commit/95cf90c256dfcb1a49143023d68412931d813a39. I've marked it as such. But I think the status of the 1st and 3rd...
As far as I'm concerned you can treat this issue as feedback from a new user about frictions and confusions in the experience of adopting a new tool. If you...
Nice that this made it in. In case people are looking for ways to bind this, the following is a clean way to integrate this in the default keymapping. ```toml...
Nushell is not misbehaving. I left the issue open because I was thinking this use case / issue might be common enough to warrant a proper workaround. But I don't...
> I believe that's git bash's echo doing the expansion. This is caused by two factors: > > * By default, `std::process::Command` won't quote arguments unless necessary (e.g. they contain...
> Would you accept a solution that required you as user to define an `extern` for each external command you wanted invoked that way? Something like that actually sounds pretty...
If you're using nushell, the following works well for me. (Tested on windows) First configure broot as a filepicker: (enter prints the path to stdout) ```toml [[verbs]] # print path...
I was also looking for an option to toggle this, but there appears to be none. +1 for this feature. Seeing the function header (with all the syntax coloring etc...
@erniebrodeur any comments on if this will be merged or not?
Maybe using the `agclone` function that @emden has talked about earlier? Could that be of help?