Skip to content

Commit 24e6ba2

Browse files
authoredJul 7, 2023
Create TODO.md
1 parent 899021e commit 24e6ba2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎TODO.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# TO DO LIST
2+
---
3+
- [ ] being able to save tags and scopes for a given file (pickle module)
4+
- [ ] being able to load tags and scopes (auto with a hash system or manually)
5+
- [ ] suppress deep_copy (too slow and not needed)
6+
- [ ] deploy command pattern in order to get undo/redo actions
7+
- [ ] use command pattern to deal with backup files
8+
- [ ] being able to load a few files in the same time and navigate from one to another
9+
- [ ] regarding previous point : being able to copy datas from one to another
10+
- [ ] improve the command line, eventually with autocomplete (Cf cmd module and/or prompt_toolkit)
11+
- [ ] create a "remap_sector" function

0 commit comments

Comments
 (0)
Please sign in to comment.