diff --git a/editor/editor-ideas.md b/editor/editor-ideas.md index 0ef25eafcd..1cef5b92f6 100644 --- a/editor/editor-ideas.md +++ b/editor/editor-ideas.md @@ -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...