Douglas
Douglas
### Describe the bug `table -a` results in multiple tables. ### How to reproduce ```Nushell > 0..2000 | table -a 5 ╭────┬─────╮ │ 0 │ 0 │ │ 1 │...
### Related problem I know we live in a world where `rm` is a dangerous, irrecoverable operation that doesn't ask for confirmation (by default), but that's just a "legacy" that...
### Related problem We can hide `$env` variables, command declarations (even builtins!), and aliases. Unless I'm missing something obvious, however, we can't hide variables that were declared in the current...
### Related problem Currently, filesystem command signatures that accept a `...(rest)` are inconsistent: 1. Some take a `filename` followed by a `...(rest)`: * `touch {flags} ...(rest)` * `rm {flags} ...(rest)`...
### Describe the bug `mkdir` is one of the few filesystem commands that seems to be defined such that *all* directory names are `...(rest)`. But when spreading a list to...
### Related problem Kind of a rehash of #5373. At that time, the declaration wasn't being shown at all. Thanks to @merelymyself for adding that functionality! Now, however, `view source`...
### Describe the bug A common scenario for me is wanting to copy the most recent command to the clipboard to paste here or into, for example, a Stack Overflow...
### Related problem It's a great feature from Fish that I truly think could elevate Nushell as well. At present, configuration changes pretty much always require modification of the default...
### Describe the bug I came across this when answering Question #12560, but I believe there are two issues at play. This is the second part of the issue. The...
### Describe the bug I came across this when answering Question #12560, but I believe there are two issues at play. This is the first, and I believe it's probably...