1.0.3 • Published 9 years ago
cerebro-hash v1.0.3
cerebro-hash
Cerebro plugin to hash text input

Usage
In Cerebro, type algorithm and input, use the up/down keys to select result, and press enter or ⌘ + c to copy it to clipboard.
hash [input]hash (algorithm) [input](algorithm) [input]
Ex: md5 lorem ipsum
=> 80a751fde577028640c419000e33eba6
Supported Algorithms:
hash- list hash input with all algorithmsmd5sha1sha224sha256sha3sha384sha512ripemd160
Installing
- Type
plugins hashinto Cerebro - Click
install
Motivation
This plugin was inspired by the similar Alfred Workflow. (Solutions may be different, because that workflow removes whitespace..) My real motivation for this was just to play around with creating a plugin for Cerebro. The next thing I want to accomplish in this plugin is to be able to pass a file path and get the hash for that file.
Related
- Cerebro – main repo for Cerebro app;
License
MIT © Matthew Jacobs