j-xella
j-xella
### A detailed description of the feature you would like to see added. It would be great to have token substitution in pueue config files. For example, in ```yaml pueue_directory:...
### Related problem This throws an error: ``` 'a/b/c' | path relative-to 'a/d' Error: nu::shell::cant_convert × Can't convert to prefix not found. ╭─[entry #41:1:1] 1 │ 'a/b/c' | path relative-to...
### Describe the bug It seems that print function behaves differently in ```nu { string stream } | print # vs. "string" | print ``` ### How to reproduce Consider...
### Related problem Coming from zsh, I wonder if there are ways to enhance the current implementation of output redirectors like `o>` and `e>>`. ### Describe the solution you'd like...