Converts arguments for VS Code' launch.json
configurations like a breeze π¬ , and copy them to clipboard π!
Are you using Raycast? See down below for use the converter as a Raycast script!
pip install -r requirements.txt
chmod +x converter.py
converter.py python3 test.py --this "/is" --a test
Output on stdout
and clipboard:
[
"--this",
"/is",
"--a",
"test"
]
If you use Raycast, you can use the converter as a script! Just select the cloned directory as the script directory in Raycast's settings, and you're good to go!