From 06f5ae9f4c182d70720f21d8000e6a2e6f191ed4 2017-12-30 15:17:22 From: Brett Smith Date: 2017-12-30 15:17:22 Subject: [PATCH] README: Document additional source variables from 07d2241. --- diff --git a/README.rst b/README.rst index e4270156a210d89e8b28c15387ac88b6c9ad261b..e30d7ca1bc7ecee58ab04a88ba3c8da343d1e276 100644 --- a/README.rst +++ b/README.rst @@ -79,10 +79,19 @@ payee The name of the transaction payee ------------------ ---------------------------------------------------------- source_abspath The absolute path of the file being imported ------------------ ---------------------------------------------------------- +source_absdir The absolute path of the directory that contains the file + being imported +------------------ ---------------------------------------------------------- +source_dir The path of the directory that contains the file being + imported, as specified on the command line +------------------ ---------------------------------------------------------- source_name The filename of the file being imported ------------------ ---------------------------------------------------------- source_path The path of the file being imported, as specified on the command line +------------------ ---------------------------------------------------------- +source_stem The filename of the file being imported, with its + extension removed ================== ========================================================== Specific importers and hooks may provide additional variables.