Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 671 Bytes

File metadata and controls

47 lines (32 loc) · 671 Bytes

Example 1: Basic Plugin Usage

Learn how to use KillerTools plugins.

List Plugins

killertools list-plugins

Use Files Plugin

# Hash a file
killertools files hash /path/to/file

# Find duplicate files
killertools files find-duplicates /path/to/directory

Use Crypto Plugin

# Generate UUID
killertools crypto uuid

# Hash text
killertools crypto hash "Hello, World!"

Use DevTools Plugin

# Format JSON file
killertools devtools format-json file.json

# Test regex pattern
killertools devtools regex-test "\d+" "123abc456"

Launch GUI

killertools gui

Then select a plugin from the sidebar.