Learn how to use KillerTools plugins.
killertools list-plugins# Hash a file
killertools files hash /path/to/file
# Find duplicate files
killertools files find-duplicates /path/to/directory# Generate UUID
killertools crypto uuid
# Hash text
killertools crypto hash "Hello, World!"# Format JSON file
killertools devtools format-json file.json
# Test regex pattern
killertools devtools regex-test "\d+" "123abc456"killertools guiThen select a plugin from the sidebar.