Add ledger initial file option, add meta viewport

This commit is contained in:
Wancat
2022-10-19 10:15:59 +08:00
parent 1f82bd4bcb
commit b79b82798d
7 changed files with 18 additions and 8 deletions

7
config.go Normal file
View File

@@ -0,0 +1,7 @@
package main
var SCRIPTS = map[string][]string{
"balance assets": {"b", "assets", "-X", "$"},
"register": {"r", "--tail", "10"},
"balance this month": {"b", "-b", "this month"},
}