annotate notes.txt @ 34:78c448b5bdc7

Update readme
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 18 Sep 2018 14:36:21 +0200
parents 769d1d252a3c
children 17ac3ce49b55
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
1 # TODO
11
fc9d1b382334 Add todo list
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
2 Add tests
14
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
3
31
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
4 # DESIGN
14
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
5 Actions
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
6 - load # Load a given path into the state file and the matlab path and do savepath(), atomically
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
7 - unload # opposite of load
15
8bce3cf7d6c6 Update todo.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 14
diff changeset
8 - status # show all loaded paths, mimicing the order they are added to the matlab path, if project file is present, show which paths are active
14
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
9 - checkin # load all paths in a project file
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
10 - checkout # unload all paths in a project file
d2c47b00e738 Add some stuff in todo
Jonatan Werpers <jonatan@werpers.com>
parents: 11
diff changeset
11 - clear # unload all paths, should return the matlab path to the way it was before any loads.
20
ddf75f18509f Add verify command to ui specification
Jonatan Werpers <jonatan@werpers.com>
parents: 15
diff changeset
12 - verify # Check if the current proejct settings are correct
ddf75f18509f Add verify command to ui specification
Jonatan Werpers <jonatan@werpers.com>
parents: 15
diff changeset
13 % The right version is in the path
ddf75f18509f Add verify command to ui specification
Jonatan Werpers <jonatan@werpers.com>
parents: 15
diff changeset
14 % The right version is at the top of the path
ddf75f18509f Add verify command to ui specification
Jonatan Werpers <jonatan@werpers.com>
parents: 15
diff changeset
15 %
31
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
16 % Useful to put at the top of some scripts
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
17
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
18
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
19 # TBD
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
20 Do we want a function for just adding any folder to the matlab path through this?
769d1d252a3c Change name of todo.txt to notes.txt
Jonatan Werpers <jonatan@werpers.com>
parents: 20
diff changeset
21 Do we want functions for adding folders to the project file from the matlab console?