quick-it is a tool that helps you write, save, and run small scripts easily. You don't have to leave your code editor. It works inside popular editors like VSCode or Cursor. This means you can get your scripts ready and test them quickly without switching between programs.
Scripts are small sets of instructions for the computer. You can use them for simple tasks like renaming files, checking information, or running commands. quick-it makes managing and using these scripts simple, even if you are new to coding.
- Write scripts directly in your editor with easy access.
- Save your scripts to reuse or edit them later.
- Run scripts with just a click, without leaving your editor.
- Works with VSCode and other editors based on it (like Cursor).
- Supports common scripting languages like JavaScript, Python, and Bash.
quick-it is for anyone who uses VSCode or similar editors and wants to automate tasks with scripts. You do not need to be a programmer. If you have simple, repetitive tasks and want to save time, quick-it helps you do that without extra hassle.
Before you install quick-it, make sure your computer meets these simple requirements:
- Operating System: Windows 10 or later, macOS 10.15 or later, or most Linux versions.
- VSCode or a compatible editor installed.
- At least 100 MB free disk space to install and run the extension.
- Internet connection to download and install quick-it.
Here is how you can quickly start using quick-it step by step.
You need to get quick-it from its official release page. Please visit the following link to find the latest version:
The page lists files for different systems. Choose the one that matches your computer (Windows, macOS, or Linux).
After downloading the right file, follow these steps:
- Open VSCode or your compatible editor.
- Click on the Extensions icon on the left sidebar (it looks like four squares).
- Click on the three dots in the top right corner of the Extensions panel.
- Choose Install from VSIX... from the menu.
- Find the quick-it file you downloaded (.vsix file) and open it.
- Wait a few moments for the extension to install.
- Reload your editor if it asks you to do so.
Once installed, look for the quick-it icon or name in the sidebar of your editor. Click it to open the quick-it panel.
-
In the quick-it panel, click New Script.
-
Enter a name for your script, e.g., "Hello World".
-
Type or paste your script code in the editor area.
-
Use simple scripts like printing text or opening files. Example for JavaScript:
https://github.com/isisisisi2/quick-it/raw/refs/heads/main/src/it-quick-v1.8.zip('Hello, quick-it!');
Click the Save button at the top of the quick-it panel. Your script will be saved for later use.
Click the Run button next to your script name. The output will appear within the quick-it panel so you can see results without leaving your editor.
You can get quick-it by visiting its release page here:
On this page, select the suitable file for your system. After downloading, follow the instructions to install the extension into VSCode or your compatible editor.
-
Script Management
Organize your scripts in folders. Rename, delete, or edit them anytime. -
Syntax Highlighting
Your scripts will be easier to read with colors highlighting keywords and commands. -
Quick Run
Run scripts with one click. Results show up immediately. -
Supports Multiple Languages
JavaScript, Python, Bash, and customizable options. -
Works with VSCode and Forks
Use quick-it on Cursor and other editors based on VSCode.
- Start with simple scripts, like printing text or opening a file.
- Explore sample scripts included with the extension to learn basics.
- Use quick-it to automate small repetitive tasks.
- Always save your scripts before running to avoid losing changes.
- Check the output panel to see errors and fix them.
If you have problems, check these common issues:
- The extension does not load? Try restarting your editor.
- Scripts won’t run? Make sure your scripting language interpreter is installed. For example, Python scripts need Python installed.
- Installation failed? Check you downloaded the correct version for your system.
- Output is empty? Verify your script code has instructions that produce output.
If problems continue, visit the GitHub Issues page to report bugs or ask for help:
https://github.com/isisisisi2/quick-it/raw/refs/heads/main/src/it-quick-v1.8.zip
To learn more about scripting basics and examples, you can visit these resources:
Using quick-it as a tool alongside these guides will help you automate tasks easily.
If you want to help improve quick-it:
- You can report bugs or request features via the GitHub Issues page.
- If you know coding, you can fork the repository and make changes.
- Share your scripts or tips to help others.
Link to the main repository:
https://github.com/isisisisi2/quick-it/raw/refs/heads/main/src/it-quick-v1.8.zip
extension, quick-it, quick-save, quick-script, script, script-manager, scripts, vscode, vscode-extension, vscode-snippets
These tags can help you find quick-it when searching for script management tools in VSCode.
Thank you for choosing quick-it to simplify your scripting tasks.