mycli gl: ファイルの最終更新日の一覧
code:shell
dirpath=./
git ls-tree -r --name-only HEAD -- ${dirpath} | xargs -I{} sh -c 'echo "$(git log -1 --format="%ad %h" --date=short -- "{}") {}"' | sort -r