Darren Schroeder
Darren Schroeder
an issue in nushell about this https://github.com/nushell/nushell/issues/6622 - there are probably more than this one.
@gwenn We would really like to have this on nushell. Can you please look at this PR?
Thanks for responding @gwenn > Do you know a library (in any language) that already supports theses features ? At the bottom of [this page] (https://github.com/junegunn/fzf/wiki/Windows#powershell-support)is some windows implementations however,...
@gwenn I'm working with @jonathandturner on keybindings in nushell and I'm having trouble figuring out how I can remap some of these Vi keybindings that you have in keymap.rs where...
Copying here from Discussions. I'm not a fan of removing the `range` command. However, I would like to see this range syntax used in several commands like `select`, `first`, `last`,...
selecting by row used to throw an error but we changed it recently to allow you to select a column or a row, just for convenience.
IMO, I think we could change `first`/`last`/`take` in a few ways. I'm not sure which is right. 1. leave them alone and just allow there to be separate ways to...
Good points @rgwood. Yes, let's do it that way please.
@dandavison we do have https://github.com/nushell/rfcs and have discussed internally about maybe using it again. seems like it may fit what you're describing. thoughts?
team, are we ready for review here - or is the discussion still happening?