Darren Schroeder
Darren Schroeder
> every edit/cut in Nushell is now copied to the system clipboard I don't believe that's true in all cases. There is a local clipboard that is used and only...
Let's be clear here, atuin is not a nushell plugin. It's just an external command being called with a shortcut and/or nushell custom commands. Your issue is quite confusing to...
How would a atuin plugin for nushell work? Seems like it would have to be tightly integrated through rust code. Does atuin do that with other shells? Maybe I should...
It already modifies the config by sourcing an init.nu file. So, I'm still lost. You could generate the init.nu with every new shell by sourcing it in your env.nu. If...
> Are you saying writing to the file in env.nu the sourcing it in something like config.nu would update it every new shell? Since env.nu and config.nu are sourced at...
+1 that it would be great to have a very consistent ctrl+c experience throughout all nushell commands.
Does the same thing happen on 0.91.0?
I don't have this problem, but my prompt is different. I set my newline in the prompt indicator instead of the prompt. ```nushell # prompt use modules\prompt\oh-my.nu git_prompt $env.PROMPT_COMMAND =...
It just uses xpath, so I'm not sure that's possible. Please feel free to submit a PR to make it better. XML is very difficult to deal with, I know.
I'd support a flag to allow this other information to be returned but I don't think I'd just make the switch. From my experience with xpath, which may be different...