summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example.qif16
-rw-r--r--license.org (renamed from LICENSE)4
-rw-r--r--readme.org13
3 files changed, 28 insertions, 5 deletions
diff --git a/example.qif b/example.qif
new file mode 100644
index 0000000..dc568a1
--- /dev/null
+++ b/example.qif
@@ -0,0 +1,16 @@
+!Type:Bank
+D12/3/18
+T-336
+N
+MC*KUNG-FU KITC123456
+^
+D12/11/18
+T0
+N
+MCARRIED FORWARD
+^
+D12/11/18
+T0
+N
+MBROUGHT FORWARD
+^
diff --git a/LICENSE b/license.org
index d3e83ae..454f561 100644
--- a/LICENSE
+++ b/license.org
@@ -1,6 +1,6 @@
-MIT License
+* MIT License
-Copyright (c) 2018 Justin Worthe
+Copyright (c) 2019 Justin Worthe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/readme.org b/readme.org
index 9631145..214e973 100644
--- a/readme.org
+++ b/readme.org
@@ -3,13 +3,16 @@
This small Rust program to preprocess QIF files that I get from my
bank account. This mostly means normalizing the descriptions a bit,
since my bank statement often does silly things like appending a
-timestamp to the end. Also, different stores in the same franchise
-sometimes use slightly different names. For example, I normalize "Kung
-fu kitchen" and "Kungfu kitchen" to have the same description.
+timestamp to the end and insert transactions with a value of 0. Also,
+different stores in the same franchise sometimes use slightly
+different names. For example, I normalize "Kung fu kitchen", "Kung-fu
+kitchen" and "Kungfu kitchen" to have the same description.
This is highly specialized for my own use, and isn't intended to be
generally useful or configurable.
+For an example of a qif file, look at [[./example.qif]]
+
* Usage
#+BEGIN_EXAMPLE
@@ -23,3 +26,7 @@ generally useful or configurable.
ARGS:
<files>... Files to preprocess
#+END_EXAMPLE
+
+* License
+
+See [[./license.org]]