Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider relying on uutils/coreutils #94

Closed
Hofer-Julian opened this issue Oct 4, 2023 · 2 comments
Closed

Consider relying on uutils/coreutils #94

Hofer-Julian opened this issue Oct 4, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Hofer-Julian
Copy link

At the moment, deno_task_shell reimplements commands from coreutils.
Therefore, I can imagine, that it's relatively easy to hit a case where these commands behave unexpectedly.
An alternative would be to rely on uutils/coreutils instead.
They aim to be a drop-in replacement for the GNU utils. Nushell is already starting to port to uutils, you can read their story here: https://www.nushell.sh/blog/2023-09-05-why-uu.html.

Here is the PR where uutils/coreutil's cp command was added to nushell: nushell/nushell#10097

@dsherret dsherret added the duplicate This issue or pull request already exists label Oct 4, 2023
@dsherret
Copy link
Member

dsherret commented Oct 4, 2023

See #32 (comment)

@dsherret dsherret closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2023
@Hofer-Julian
Copy link
Author

Oh sorry, seems like I have missed this issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants