Darren Schroeder

Results 2076 comments of Darren Schroeder

I thought the default was case insensitive? This is the default I think, maybe just different colors. From WSL. ![image](https://user-images.githubusercontent.com/343840/199521261-48a05791-a241-49f5-8638-6e669a7cf033.png) This is with fzf in Windows ![image](https://user-images.githubusercontent.com/343840/199521543-b85ca32d-1a25-4a8e-b566-bdeb01e08ec1.png) I'm using sqlite...

ya, i'm always typing `$nu.scope.commands | where name = blah`, and then re-typing it with the right column name. so, i vote for it to be `name` in both places....

@PerBothner would it be possible for you to put some other examples of things we can test. I tried this one below and while it's a bit weird, it seems...

dupe of https://github.com/nushell/nushell/issues/6533

@Decodetalkers we need to use proper permission checking as jt suggested. we use some of it in the `ls` command so you might look there for hints on how to...

This seems to be a good start. Thanks for taking our advice and finding another way around. You could also look at `lsd` to understand how they do this because...

i posted this somewhere that i thought was here. ![image](https://user-images.githubusercontent.com/343840/197568034-ceab22d8-9c93-4f25-b301-f8966b70f8c7.png) i'll try to checkout your pr and run the tests on windows to see what it says

my test was no using your pr. it's "current state" without your pr.

This is what i get when i run the tests. ``` FAIL [ 0.192s] nu-command::main commands::cd::cd_permission_deined_fold --- STDOUT: nu-command::main commands::cd::cd_permission_deined_fold --- running 1 test === stderr Error: nu::shell::directory_not_found (link) ×...