generic_exception: pass string to ctor by const reference
[vimicxx.git] / plan.txt
blob5c2e174769c041a1cb1ff1a42c4c1a9ccd1e0836
1 Plan for Vimicxx
2 ----------------
4 Commands to implement:
5 ----------------------
6 vimicxx add -name <project-name> -path <full path> -index <index path>
7 vimicxx index -name <project-name>
8 vimicxx list [-name <project-name>]
9 vimicxx delete -name <project-name>
10 vimicxx delete-all
13 Design:
14 -------
15 - A config file abstraction layer.
16 - A directory tree abstraction layer.
18 Directory tree abstraction layer requirements:
19 ----------------------------------------------
20 - Answer a 'what changed' question (comparing two trees essentially).
21 - Write the tree index to disk.
22 - Restore the tree index from disk.