2025年4月25日 星期五

語音轉文字工具 WhisperDesktop / pufview's faster-whisper

語音轉文字工具


WhisperDesktop

https://github.com/Const-me/Whisper


BUZZ

https://github.com/chidiwilliams/buzz


pufview's faster-whisper

https://github.com/Purfview/whisper-standalone-win




2025年4月9日 星期三

find findstr 用法

查找此目錄底下所有jpg檔案

dir /s | find "JPG"

dir /s |  findstr .JPG


systeminfo | find "實體記憶體總計"

systeminfo | findstr 記憶體總計