Terminator allows plugins to add capabilities to the terminal.
We can detect hashes and then call resolve-hash with the found exception.
Regexp to detect hash
In the servers log, we use the following regexp for hashes: /\b([0-9a-f]{7,40})\b/g (extracted from servers-log.js).
References