We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899021e commit 24e6ba2Copy full SHA for 24e6ba2
TODO.md
@@ -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