We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a267d commit 229a503Copy full SHA for 229a503
src/main.py
@@ -16,12 +16,6 @@
16
import pyperclip
17
18
# To-do
19
-# Command Handling: a dictionary mapping commands to methods
20
-# could be cleaner (e.g., self.commands = {"/help": self.show_help, ...}
21
-# and then self.commands.get(manager_process, lambda: None)() ).
22
-
23
-# add /copy to work for master password
24
-# Add ability to go back at anytime
25
# entropy visualiser
26
# add secure deletion with overwrites
27
0 commit comments