Skip to content

isisisisi2/quick-it

Repository files navigation

⚡ quick-it - Write and Run Scripts Fast

Download quick-it


📄 What is quick-it?

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.


🖥️ What quick-it Does

  • 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.

💻 Who is this for?

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.


⚙️ System Requirements

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.

🚀 Getting Started

Here is how you can quickly start using quick-it step by step.

Step 1: Download the Extension

You need to get quick-it from its official release page. Please visit the following link to find the latest version:

Download quick-it Releases

The page lists files for different systems. Choose the one that matches your computer (Windows, macOS, or Linux).


Step 2: Install the Extension in VSCode or a Similar Editor

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.

Step 3: Open quick-it

Once installed, look for the quick-it icon or name in the sidebar of your editor. Click it to open the quick-it panel.


Step 4: Create Your First Script

  • 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!');

Step 5: Save Your Script

Click the Save button at the top of the quick-it panel. Your script will be saved for later use.


Step 6: Run the Script

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.


⬇️ Download & Install 📥

You can get quick-it by visiting its release page here:

Download quick-it

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.


🛠️ Features in Detail

  • 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.


💡 Tips for Using quick-it

  • 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.

🔧 Troubleshooting

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


📚 Learn More

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.


🤝 How to Contribute

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


🎯 Keywords and Tags

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.

About

⚙️ Manage and run personal automation scripts directly from the VS Code sidebar without switching terminals or task files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors