Merge pull request #1520 from rtfeldman/editor-ideas

Added curl translation editor idea
This commit is contained in:
Richard Feldman 2021-08-03 23:47:07 -04:00 committed by GitHub
commit 52adbffd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,6 +227,10 @@ e.g. you have a test `calculate_sum_test` that only uses the function `add`, whe
## General Plugin Ideas
### Ideas
* Plugin to translate linux commands like curl to Roc code
### Inspiration
- [Boop](https://github.com/IvanMathy/Boop) scriptable scratchpad for developers. Contains collection of useful conversions: json formatting, url encoding, encode to base64...