Skip to content

Commit 229a503

Browse files
committed
fix: update todo
1 parent 43a267d commit 229a503

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
import pyperclip
1717

1818
# 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
2519
# entropy visualiser
2620
# add secure deletion with overwrites
2721

0 commit comments

Comments
 (0)