Add gen and fortune tools - gen.py: Password, UUID, lorem, hash, random, slug, timestamp - fortune.py: Random wisdom and daily fortune - 33 tools total!
This commit is contained in:
2
ws
2
ws
@ -47,6 +47,8 @@ COMMANDS = {
|
||||
'gratitude': ('tools/gratitude.py', 'Gratitude log'),
|
||||
'calc': ('tools/calc.py', 'Calculator and converter'),
|
||||
'timer': ('tools/timer.py', 'Countdown and stopwatch'),
|
||||
'gen': ('tools/gen.py', 'Password, UUID, lorem, etc.'),
|
||||
'fortune': ('tools/fortune.py', 'Random wisdom'),
|
||||
|
||||
# Projects
|
||||
'news': ('projects/news-feed/main.py', 'RSS news reader'),
|
||||
|
||||
Reference in New Issue
Block a user