https://github.com/willfarrell/alfred-hash-workflow
Hashing Strings
https://github.com/willfarrell/alfred-hash-workflow
Last synced: 10 months ago
JSON representation
Hashing Strings
- Host: GitHub
- URL: https://github.com/willfarrell/alfred-hash-workflow
- Owner: willfarrell
- License: mit
- Created: 2013-09-26T20:37:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T04:39:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T15:48:07.232Z (11 months ago)
- Language: PHP
- Size: 1.24 MB
- Stars: 87
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Hash ([Download v1.5](https://raw.github.com/willfarrell/alfred-hash-workflow/master/Hash.alfredworkflow))
=====================
hashing Strings.
## Requirements
1. [Alfred App v2](http://www.alfredapp.com/#download)
1. [Alfred Powerpack](https://buy.alfredapp.com/)
## Installing
1. Click the download buttons below
2. Double-click to import into Alfred 2
3. Review the workflow to add custom Hotkeys
## Updating
Run the [Alleyoop Workflow](http://www.alfredforum.com/topic/1582-alleyoop-update-alfred-workflows/) using the keyword `oop`. If you're not comfortable with Alleyoop, **star & watch this repo** to keep up to date on new versions and additional workflows.
## About
Hashes strings with algorithms like md5, sha1, sha512, and many others.
![alt text][hash]
![alt text][sha]
## Commands
- `hash {query}` - hash query over all supported algorithms
- `hash {algorithm} {query}` - hash query over all selected algorithm
- `{md5,sha1,sha512} {query} - hash query over all selected algorithm
Press enter to save hash to clipboard.
## Contributors
- [@willfarrell](https://github.com/willfarrell)
[hash]: ./screenshots/hash.png "Hash"
[sha]: ./screenshots/sha.png "SHA"