イラストカレンダー
ページの下のサムネイルが日付の新しい順で並んでるのでそこから飛ぶと良いと思う
年月
2022年
table:calendar
2021年
table:calendar
2020年
table:calendar
2019年
2018年
2017年
2016年
/icons/hr.icon
カレンダー生成用シェルスクリプト
2021を書き換えて実行してこのページに貼る
Bash用 (WSL2)
code:sh
__f() { echo -e " $1年\n table:calendar"; seq -f "$1/%g" 12 | xargs -n 4 | tr ' ' '\t' | sed -E 's/^/ /'; }; __f 2021 | clip.exe