gpt4 book ai didi

PowerShell 6.2.4 : Get-Clipboard' is not recognized as the name of a cmdlet

转载 作者:行者123 更新时间:2023-12-04 10:39:35 28 4
gpt4 key购买 nike

我希望 Get-Clipboardthis 开始工作

我使用的是 PowerShell 6.2.4 和 MacOs Catalina?

Get-Clipboard : The term 'Get-Clipboard' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At /Users/.../debug.ps1:41 char:1
+ Get-Clipboard
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-Clipboard:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

最佳答案

PowerShell [Core] v6.x 没有剪贴板 cmdlet - 您必须等待 v7.0 让他们返回(可用的预览版有他们)。

documentation URL in your link?view=powershell-7 结尾, 表示 v7.x 主题; 有一个标有“版本”的下拉列表可以选择不同的 PowerShell 版本 ;如果您选择了 6 ,您会被告知 v6.x 不存在此类页面

与此同时,您有两种选择:

  • 使用特定于平台的工具,例如 pbpaste/pbcopy (macOS) 和 xclip (带有基于 X11 桌面的 Linux 发行版)和 clip.exe/System.Windows.Forms Windows 上的程序集。
  • 使用 ClipboardText 第三方模块(由我创作; repo ),它为您包装了上述工具(仅文本支持,通过命令 Set-ClipboardTextGet-ClipboardText )。
  • 该模块还适用于 Windows PowerShell 版本 v2-v4,它们同样缺少剪贴板实用程序。
  • 关于PowerShell 6.2.4 : Get-Clipboard' is not recognized as the name of a cmdlet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59993571/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com