2020-04-26から1日間の記事一覧

zsh completion macOS screencapture command

It is bundled neither zsh sources nor zsh-completions, so I wrote it. #compdef screencapture __screencapture_files() { for ((i = 2;i < CURRENT;i++)) do if [[ $words[$i] == "-p" ]]; then return fi done _files } _arguments \ '-c[force screen…