diff --git a/README.md b/README.md index 18c3f80..6e31870 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ ## Feature -### Transaction Template +### Create Transaction from Template -add your transaction template in `tx/` (in Go's template syntax), and create transaction from them on the fly. +Add your transaction template in `tx/` (in Go's template syntax), and create transaction from them in the browser. Examples: @@ -30,6 +30,16 @@ Cash expenses Checkout `tx/` folder for more examples. + + +Adjust your transaction + + + +Result page + + + ### Ledger Scripts Run some commonly used ledger commands. @@ -44,6 +54,8 @@ var SCRIPTS = map[string][]string{ } ``` +Rebuild binary everytime you make a change to `config.go` + Execute them and see the result in the browser.  @@ -53,6 +65,18 @@ Execute them and see the result in the browser. Requirements: * go * ledger (Only required when you use scripts) + +Install requirements on Debian / Ubuntu based distro: +``` +sudo apt install golang ledger +``` + +Install requirements on Arch based distro: +``` +sudo pacman -S golang ledger +``` + +Clone the repo ``` git clone https://github.com/lancatlin/ledger-quicknote.git diff --git a/screenshots/action.png b/screenshots/action.png new file mode 100644 index 0000000..7fb0d00 Binary files /dev/null and b/screenshots/action.png differ diff --git a/screenshots/confirm.png b/screenshots/confirm.png new file mode 100644 index 0000000..0a1ba6c Binary files /dev/null and b/screenshots/confirm.png differ diff --git a/screenshots/success.png b/screenshots/success.png new file mode 100644 index 0000000..170f9fe Binary files /dev/null and b/screenshots/success.png differ diff --git a/templates/new.html b/templates/new.html index 21cf00a..2b1288e 100644 --- a/templates/new.html +++ b/templates/new.html @@ -5,7 +5,7 @@
-