Import List is an open-source extension for Moneydance monitoring a given directory for transaction files to import. For more information on where to download and how to install the extension please visit the project page.
- Java Development Kit, version 17
git clone git@github.com:my-flow/importlist.gitcreates a copy of the repository../gradlew assembleproduces the distributables.
./gradlew genKeysgenerates a passphrase-protected key pair../gradlew signsigns the extension.
After the build process has succeeded, the resulting MXT files are located in
target2015/build.
These MXT files can be added to Moneydance.
The project consists of the following main projects:
target2015contains source code specific to Moneydance 2015 and later.corecontains common source code.
Support projects provide test infrastructure and test cases:
target2015-testcontains tests of the target2015 project.core-testcontains tests of the core project.
Import List is released under the GNU General Public License.