有時候我剛跑完一個指令,馬上發現其實只需要改其中一小部分。
例如我剛用 ffmpeg 轉了一個影片:
ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a aac calligraphy_good_01.mp4
Enter fullscreen mode
Exit fullscreen mode
有時候我剛跑完一個指令,馬上發現其實只需要改其中一小部分。 例如我剛用 ffmpeg 轉了一個影片: ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a...
有時候我剛跑完一個指令,馬上發現其實只需要改其中一小部分。
例如我剛用 ffmpeg 轉了一個影片:
ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a aac calligraphy_good_01.mp4
Enter fullscreen mode
Exit fullscreen mode

Sometimes I run a command and immediately realize I only need to change one small part of it. For...

痛點:每打一個指令,都要重新來一次 平常用 Claude Code 處理事情的時候,一直有兩個小摩擦一直在,只是還沒認真處理過。 第一個是 shell...

程式碼定位、追蹤與修改操作筆記 這份筆記整理一套不用 AI 時也能照著做的工作流程:如何定位函式定義、找引用、追資料流、確認行為,並安全修改檔案。 ...

Mediax: FFmpeg's Cooler Cousin 🚀 FFmpeg is powerful, but the syntax? A nightmare. So I built...

FFmpeg is powerful, but the syntax? A nightmare. So I built Mediax. 36 intuitive verbs. Interactive...

Stop Typing the Same Commands If you spend more than a few minutes a day in the terminal,...