move icon indicating copy to clipboard operation
move copied to clipboard

[windows support] `move` CLI binary conflicts with move native command on windows

Open sblackshear opened this issue 3 years ago • 3 comments

The name of the Move CLI binary is move, but this has a name conflict with a native Windows command: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/move

I'm hesitant to give up the move name on Linux, but perhaps we configure the install to call this (e.g.) move-cli or mv on Windows.

sblackshear avatar Aug 07 '22 20:08 sblackshear

This seems a rather annoying.

And mv, mi are also alias of move-item at powershell, just like move

Get-Command move

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           move -> Move-Item
get-command mv

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           mv -> Move-Item
Get-Command mi

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           mi -> Move-Item

maybe unify them to mov 😄 (just joking

jiangying000 avatar Aug 08 '22 08:08 jiangying000

Also face this issue. Has it been solved?

LIYANG-UST avatar Aug 27 '22 08:08 LIYANG-UST

Also face this issue. Has it been solved?

nangongamo avatar Sep 06 '22 07:09 nangongamo

It seems that someone has solved this problem through renaming the move.exe to movecli.exe. I have tried this method and it really works ! Amazing ! It is mentioned in this channel https://discord.com/channels/964205366541963294/1013627905642872902

Propyly avatar Oct 29 '22 07:10 Propyly