20240913
from 2024年の日記
20240913
20240912
20240914
読んだ
Windows PowerShell ISEのコードエディタ凄いね。という話
PowerShellで面倒なオブジェクトはPSCustomObjectに変換するのが早道
PSCustomObject
PowerShellの基本的 コマンドレット 集
PowerShellすごいなあ
列が適当なデリミタで区切られてる行指向のテキストデータを適当にConvertFrom-Stringでオブジェクトに変換して、Out-GridViewでいい感じにページングするみたいなのができる
code:powershell
busybox df | ConvertFrom-String | Out-GridView
https://static.yokkin.com/akkoma/ae5b00d15382d99e50813b442d0f20c19aea1b0ac32288a6a2a037308c5fead5.png
PowerShellの起動が遅すぎてイライラ
前に入れたPSReadlineのせい?
PowerToysのMicrosoft.WinGet.CommandNotFoundを入れてたせいだった
消した
code:plain
#f45873b3-b655-43a6-b217-97c00aa0db58 PowerToys CommandNotFound module
Import-Module -Name Microsoft.WinGet.CommandNotFound
#f45873b3-b655-43a6-b217-97c00aa0db58