feat(beancount): add clone-transaction commands

This commit is contained in:
Henrik Lissner 2022-02-09 14:54:49 +01:00
parent 009613a470
commit 958472b048
2 changed files with 43 additions and 0 deletions

View file

@ -28,6 +28,8 @@
"q" #'beancount-query
"x" #'beancount-context
(:prefix ("i" . "insert")
"c" #'+beancount/clone-transaction
"C" #'+beancount/clone-this-transaction
"a" #'beancount-insert-account
"p" #'beancount-insert-prices
"d" #'beancount-insert-date)))