Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-tra/alfred-cid-decoder
An Alfred workflow to decode multiformats Content Identifiers.
https://github.com/dennis-tra/alfred-cid-decoder
alfred-workflow cid distributed-systems multiformats
Last synced: 7 days ago
JSON representation
An Alfred workflow to decode multiformats Content Identifiers.
- Host: GitHub
- URL: https://github.com/dennis-tra/alfred-cid-decoder
- Owner: dennis-tra
- License: mit
- Created: 2020-11-27T16:30:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T17:19:47.000Z (about 4 years ago)
- Last Synced: 2024-05-01T16:18:57.577Z (8 months ago)
- Topics: alfred-workflow, cid, distributed-systems, multiformats
- Language: Go
- Homepage:
- Size: 5.51 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred CID Decoder
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/dennis-tra/alfred-cid-decoder)
An [Alfred](https://www.alfredapp.com/) workflow to decode multiformats [Content Identifiers](https://github.com/multiformats/cid).
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Download](#download)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)## Download
Click [here](https://github.com/dennis-tra/alfred-cid-decoder/releases/tag/1.0.1) and download `cid-decoder.alfredworkflow`.
## Usage
Enter `cid` followed by the content identifier. That's it.
![Screenshot of the workflow in action](./screenshot.png)
Pressing `enter` copies the selected item like the multihash type or the hex digest.
## Maintainers
[@dennis-tra](https://github.com/dennis-tra).
## Contributing
Feel free to dive in! [Open an issue](https://github.com/dennis-tra/alfred-cid-decoder/issues/new) or submit PRs.
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
## License
[MIT](LICENSE) © Dennis Trautwein