Darren Schroeder

Results 2077 comments of Darren Schroeder

nice work! I personally like the header-on-border look. I'll ask the core-team to look at these.

@zhiburt is it possible to get the header-on-border as one of the table themes like `rounded`, `basic`, etc, so people can just enable it easily via their config file?

@zhiburt I also noticed in your screenshot that the first line of the size column and the modified column are not aligned properly.

@zhiburt I really like the header on the border. How do we enable that as an option in nushell?

Nushell doesn't have ping, traceroute, or gpupdate built in, but it should be able to call out to these externals to run them.

Trying this out. It looks like `delete-item` may be 1 off? or some other entry was deleted. I'm noticing now that they're not the same numbers anymore. ```nushell D:\reedline〉history ......

Right, i understand that the ids are not preserved but if it's counting from 1 to 50 they should always be the same numbers unless something was deleted from within...

diffing the two history outputs, when I said `history delete-item 48` it looks like it deleted item 0.

And what happens when you delete something other than `0`? The problem I saw was that no matter what I chose, it always deleted `0`.

Sure, no worries. Clearly I'm using the right PR and the right command, otherwise it would echo the command to the string as if I typed "history blah". Also, I'm...