Skip to content

jacksalici/args-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Args converter 🧳

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!

πŸ“¦ Installation

pip install -r requirements.txt
chmod +x converter.py

πŸš€ Usage

converter.py python3 test.py --this "/is" --a test

Output on stdout and clipboard:

[
    "--this",
    "/is",
    "--a",
    "test"
]

Raycast script ✨

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!

About

Simple script to convert Python commands to VS Code launch.json args, support also for Raycast

Topics

Resources

Stars

Watchers

Forks

Languages