Last updated: 2026-08-01
agent-ledger is a personal software experiment run by Dirk Postma (dirkpostma@gmail.com). It is not offered as a service to anyone else.
The application is used solely by its developer, to read his own bank account
Last updated: 2026-08-01
agent-ledger is a personal software experiment run by Dirk Postma (dirkpostma@gmail.com). It is not offered as a service to anyone else.
The application is used solely by its developer, to read his own bank account
Last updated: 2026-08-01
agent-ledger is a personal, single-user software experiment run by Dirk Postma (dirkpostma@gmail.com). It is not a commercial product and has no other users.
Via the Enable Banking API (PSD2 / open banking), and only with the account
| # Key bindings, up/down arrow searches through history | |
| "\e[A": history-search-backward | |
| "\e[B": history-search-forward | |
| "\eOA": history-search-backward | |
| "\eOB": history-search-forward | |
| # Don't source this file, that doesn't work. | |
| # In stead, by default, C-x C-r is bound to re-read-init-file |
| $(document).ready(function() { | |
| // Add click handler to hyperlinks to send restful DELETE requests | |
| // | |
| // Example: | |
| // | |
| // <a href="/delete/1" class="rest-delete">delete</a> | |
| // <script>restful.init($('.rest-delete'));</script> | |
| // | |
| var restful = { |
| <?php | |
| echo "Hello World! |