Mercurial > repos > public > matlab_path_manager
changeset 14:d2c47b00e738
Add some stuff in todo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 14 Sep 2018 16:21:57 +0200 |
parents | c7b137768e7c |
children | 8bce3cf7d6c6 |
files | todo.txt |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/todo.txt Tue Sep 11 14:08:49 2018 +0200 +++ b/todo.txt Fri Sep 14 16:21:57 2018 +0200 @@ -1,3 +1,11 @@ Add persistence across Matlab restarts Add transaction capability in state saving Add tests + +Actions + - load # Load a given path into the state file and the matlab path and do savepath(), atomically + - unload # opposite of load + - status # show all loaded paths, mimicing the order they are added to the matlab path + - checkin # load all paths in a project file + - checkout # unload all paths in a project file + - clear # unload all paths, should return the matlab path to the way it was before any loads.