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