I want use coreutils for day-to-day work only in cmd

Open
#151 2 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
52/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
powershell, rust

Research direction

The issue names cmd, pwsh, PowerShell tab completion, and rm.exe, but no files or tests. Start by tracing how Windows command resolution and completion differ between cmd and pwsh. Done means the intended shell-specific command behavior is consistent and is covered by a reproducible check for the rm example.

Written by the indexing model from the issue text.

Description

C-bug E-help-wanted P-low

Currently, it is inconvenient for workflows where I want to use Unix-like commands in cmd but prefer the standard commands in pwsh.

For example, if I type rm - in pwsh and then press Tab, PowerShell completes options for Remove-Item. However, the command that actually gets executed is rm.exe from coreutils, creating an inconsistency where the completed options do not work as expected.

Dominant language
Rust
Stars
5.2k
Forks
107
Avg merge
2d 19h
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/coreutils

All issues in microsoft/coreutils

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.