j-xella
j-xella
### What Operating System(s) are you seeing this problem on? Windows ### Which Wayland compositor or X11 Window manager(s) are you using? not relevant ### WezTerm version 20240624-065522-552bb1d6 ### Did...
### Related problem I like `psql` table theme for its compactness, but that ascii art is not impressive. So, at first, I wanted to ask if is is possible to...
### Describe the bug I use old version of Linux, so can't run normal linux build because the required version of glibc libs are missing. Hence using musl builds of...
### Related problem I have a list, and I would like to split it into list of lists, similar to what `split list` does. However, I want to be able...
### Question I am new to nu shell, so not sure if this is a bug or I am doing something wrong ... I tried to list all possible table...
Version: v0.18.15 [+git] ```bash ~/tmp/20240516 22:05:52$ mkdir -p a/b/c/d # this output is OK ~/tmp/20240516 22:06:00$ eza -TD --absolute a /users/xxx/tmp/20240516/a └── /users/xxx/tmp/20240516/a/b └── /users/xxx/tmp/20240516/a/b/c └── /users/xxx/tmp/20240516/a/b/c/d # this one...
OK, maybe this is a wishful thinking which is waaaaaay out of what eza is supposed to do. But let me dream .... Somehow, a plugin configuration is provided to...
hyperfine comes with completions files for bash, zsh, fish, powershell .... Can nushell have some love too?
### Summary Completions support for nushell would be great ### Steps to reproduce This does not work: `jwt completion nushell` ### Expected behavior It would produce a completion script for...
### Describe the bug nu shell functions can have flag parameters which, if not provided during the invocation, are set to `null` or `false`. However, this behaviour is not working...