added curl translation editor idea

This commit is contained in:
Anton-4 2021-08-03 13:54:14 +02:00 committed by GitHub
parent b4794f6cda
commit e4b98ade95
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...