Darren Schroeder
Darren Schroeder
> Why specifically is `dir` being changed to `path` in some places, but not others? That seems like an erroneous change that does nothing but create a strange inconsistency to...
@hyiltiz `textview/bat` probably not. `binaryview` kind of already exists under a different name. You can do `some file | into binary`. Maybe someday we'll bring back NES emulation.
I'm not sure checking the permissions on a folder is a proper way to do it. The way you're doing it now it doesn't even seem like root could cd...
I'm not a big fan of the way this is checking user/group/etc. and it also isn't supported on Windows. Isn't there a cross platform way of doing this type of...
Another option is to look at tools like `exa` and `lsd` that are cross platform and see how they handle permissions.
there doesn't seem to be much movement here, so closing for now.
we have 4 types of quotes, each may work differently. have you tried all of these? - bare words - so like **/*.json - single quotes - double quotes -...
I did this test in Windows too, just for comparison. ``` ❯ ^echo '**/*.json' wix/windows-terminal-profile.json ~ ❯ ^echo "**/*.json" wix/windows-terminal-profile.json ~ ❯ ^echo `**/*.json` .vs\ProjectSettings.json .vs\VSWorkspaceState.json .vscode\launch.json .vscode\settings.json crates\nu-command\assets\228_themes.json samples\wasm\package-lock.json...
@AceofSpades5757 this is the latest documentation - not real documentation but notes on what works or doesn't work as far as expansion and quoting. https://hackmd.io/@fdncred/BJqi8MrJj I doesn't really give any...
I added `print (ls)` and it all works. I can't break it. Which part is inconsistent? I also noticed that `print (ls)` eats the `LS_COLORS` too, which is aggravating.