Kyle J Strand

Results 209 comments of Kyle J Strand

For anyone else who hasn't tried Nu in a while and is wondering if it supports this now: it appears that the current suggestion is to use an external tool,...

How easy would it be to implement a minimum set of features for process control? I think the one truly indispensable feature is probably a way to suspend the process...

I just realized that there is _some_ support for background tasks; with external commands, `|` acts a bit like `&`, to enable things like ` | grep ...`. (If anyone...

@cosineblast pueue seems pretty scriptable. I'm not sure how you're drawing that distinction.

It looks like `hide` will hide aliases _and_ builtins? I'm not really sure what's happening here. Prior to the `hide`, my `ls` was aliased to `eza`: ``` RM-LOSX-0F2WP14 in ~/tmp...

If `glob` were repurposed, and we maintained separate crates for *just globbing* (i.e. `globset`) and *globbing the filesystem* (`globwalk`), my vote would be to repurpose `glob` as a `globwalk` alternative...

@dominikh Was the documentation updated without updating the actual tool output? I got this lint, googled "golang s1000 for range select" (because the warning came from my IDE and I...