kindwolf.org Git repositories woobank-utils / master conf / woobank-utils / cacher.json
master

Tree @master (Download .tar.gz)

cacher.json @masterraw · history · blame

{
    "woob_path": "woob",
    "commands": [
        {
            "command": "list",
            "cache_path": "~/.cache/woobank-cacher/list.json",
            "additions": {
                "accountid@bank": {
                    "id": "",
                    "balance": 42.00,
                    "currency": "EUR",
                    "label": "Ninja interest"
                }
            }
        },
        {
            "command": "count 50"
        },
        {
            "cache_path": "~/.cache/woobank-cacher/history.json",
            "command": "history current-account-id@yourbank"
        }
    ]
}