Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitzohar/cerebro-rot13
Cerebro plugin to rot13 input
https://github.com/benoitzohar/cerebro-rot13
cerebro cerebro-plugin rot13
Last synced: about 1 month ago
JSON representation
Cerebro plugin to rot13 input
- Host: GitHub
- URL: https://github.com/benoitzohar/cerebro-rot13
- Owner: benoitzohar
- License: mit
- Created: 2017-03-03T16:52:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T15:45:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-10T09:29:46.755Z (3 months ago)
- Topics: cerebro, cerebro-plugin, rot13
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cerebro-rot13
> [Cerebro](https://cerebroapp.com) plugin to rot13 input
![](screenshot.png)
## Usage
In Cerebro, type `rot` to encode your input using rot13(). Use ⌘+C or ↩ to copy the encoded value to clipboard.
* `rot [input]`
Ex: `rot example` => `rknzcyr`
This plugin is using the [rot](https://www.npmjs.com/package/rot) node module to encode the data.
More infos about `rot13` here: [https://wikipedia.org/wiki/ROT13](https://wikipedia.org/wiki/ROT13)
## Installing
* Type `plugins rot` into Cerebro
* Click `install`## Related
- [Cerebro](http://github.com/KELiON/cerebro) – main repo for Cerebro app;
## License
MIT © [Benoit Zohar](https://github.com/benoitzohar)