From e4b98ade9515f539921666e6e6013dcb32c3ff9c Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 3 Aug 2021 13:54:14 +0200 Subject: [PATCH] added curl translation editor idea --- editor/editor-ideas.md | 4 ++++ 1 file changed, 4 insertions(+) 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...