Skip to content

Instantly share code, notes, and snippets.

@lxfly2000
Last active September 18, 2023 06:57
Show Gist options
  • Save lxfly2000/e51d1185f08b6afdeec34031d87965b8 to your computer and use it in GitHub Desktop.
Save lxfly2000/e51d1185f08b6afdeec34031d87965b8 to your computer and use it in GitHub Desktop.
需要先安装 auto-editor (https://github.com/WyattBlue/auto-editor ),然后把脚本放到SendTo文件夹
@echo off
if "%~1"=="" (
echo 未指定文件。
goto :eof
)
py -m auto_editor %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment