Money forwardから明細をダウンロードできます
#!/bin/bash
start_date=$(date -d "5 months ago" "+%Y/%m/01")
dotnet PaymentAnalyze.Cli.dll download --mail-address mailaddress --password password --start $start_date --month-count 6 --cache-file-path cache.json --csv-directory
#!/bin/bash
dotnet PaymentAnalyze.Cli.dll update-request --mail-address mailaddress --password password --cache-file-path cache.json
ここから派生して飲食店を抽出して行った事がある飲食店を除外して表示できるツールを作りたい