# fin-lisp
WIP at rewriting my finance tracker software in Lisp.
This is a pretty bespoke program and is not really intended for public consumption.
This is mainly a platform I use for learning more Common Lisp stuff. The original
Perl version of this program had a huge swath of features I am slowly reimplementing
in this version.
- Features
- Import records from old .txt format
- Interactive prompt to manage expenses
- Generic expense handling
- Encryption/decryption of old records
- Upload/download support like perl version
- Basic interactive mode, basic CLI mode
- TODO
- Clean up messy/inefficient stuff
- More robust error reporting
- Confirmation when changing encryption key