LICENSE
README.md
pyproject.toml
src/devdash/__init__.py
src/devdash/__main__.py
src/devdash/app.py
src/devdash/clipboard.py
src/devdash/config.py
src/devdash/plugin_loader.py
src/devdash/storage.py
src/devdash/tools/__init__.py
src/devdash/tools/base.py
src/devdash/tools/base64_tool.py
src/devdash/tools/color_tool.py
src/devdash/tools/cron_tool.py
src/devdash/tools/hash_tool.py
src/devdash/tools/json_tool.py
src/devdash/tools/jwt_tool.py
src/devdash/tools/lorem_tool.py
src/devdash/tools/password_tool.py
src/devdash/tools/regex_tool.py
src/devdash/tools/timestamp_tool.py
src/devdash/tools/url_tool.py
src/devdash/tools/uuid_tool.py
src/devdash/ui/__init__.py
src/devdash/ui/notifications.py
src/devdash/ui/windows.py
src/devdash_mac.egg-info/PKG-INFO
src/devdash_mac.egg-info/SOURCES.txt
src/devdash_mac.egg-info/dependency_links.txt
src/devdash_mac.egg-info/entry_points.txt
src/devdash_mac.egg-info/requires.txt
src/devdash_mac.egg-info/top_level.txt
tests/test_app.py
tests/test_clipboard.py
tests/test_config.py
tests/test_plugin_loader.py