Igor
Igor
This pr introduces another strange difference between external and internal that I don't understand as a user. My more general question is: Why is there a user side difference if...
More strange cases: * `help print` says that print outputs a message to stdout or stderr, so what would happen with `print "hello world" o>`? * initially I thought that...
In that case i think may it work the same way as internal commands? discard all values and return the last one > ```nushell > def cmd [] { >...
I have the same complains but for `$""` :) and not being able to use just `($env.XDG_CONFIG_HOME)"/nushell/"($env.PACKAGE)` how it works in other shells. I made this aliases: ```nu alias p...
I'm starting to slowly port all scripts. Here is my autogenerated checkup list for tracking the progress. Check list - `from`: source `before_v0.60` location - `to`: has already been ported,...
Yeah. It could be cool integration with Nushell!!
As a use case: a lot of unix tools can work with `--` as an argument. For example: ```sh # as a placeholder for the command_name sh -c 'echo $0...
A working minimal configuration ```Scheme (defsrc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 fn ) (defalias fnl (tap-hold 200 200 fn (layer-toggle fn)) ) (deflayer...
I've also played with this issue because I'm using Nushell, but `yazi.nvim` depends on the posix shell when running `--local-events` with redirection to a temp file to read events. Without...
+1