Last active
August 18, 2025 17:20
-
-
Save hymkor/39cbf36daceb547cdd07fa700e305781 to your computer and use it in GitHub Desktop.
ファイルの中に `#gist (gistのURL)` と書いておくと `upgist ファイル名` だけでローカルファイルを gist へ push してくれるバッチファイル(URLを毎回書かなくてよいだけ。要 goawk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@goawk "/^[#@]?gist/{ system(sprintf('gh gist edit %%s %%s\n',$2,FILENAME)) }" %1 %2 %3 %4 %5 %6 %7 %8 %9 | |
@exit /b %ERRORLEVEL% | |
#gist https://gist.github.com/hymkor/39cbf36daceb547cdd07fa700e305781 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment