📋

WSLからpbcopy/pbpasteを使う

2024/09/29に公開
alias pbcopy='iconv -f utf8 -t utf16le | clip.exe'
alias pbpaste='pwsh.exe -Command Get-Clipboard'
GitHubで編集を提案

Discussion