写作技巧
如何快速保存剪贴板的图片
brew install pngpaste
uuid_file="$(echo $(uuidgen) | tr '[:upper:]' '[:lower:]').png"
save_file=".gitbook/assets/${uuid_file}"
pngpaste ${save_file}
echo "file is save to file: ${save_file}"
echo ${save_file} | pbcopy
如何在 vscode 编辑器中快速保存剪贴板的图片

如何在 vscode 中快速的插入当前时间
Last updated