script-commands VS Visual Studio Code

Compare script-commands vs Visual Studio Code and see what are their differences.

script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day. (by raycast)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
script-commands Visual Studio Code
14 2,840
5,763 158,095
2.9% 1.0%
8.5 10.0
5 days ago 5 days ago
Shell TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

script-commands

Posts with mentions or reviews of script-commands. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Ask HN: What if AI won't replace anyone – then is it cool?
    1 project | news.ycombinator.com | 24 Apr 2024
    Sure! Again, I use Raycast, along with it's Raycast AI[2] feature and it's snippets feature. And then for a bunch of other stuff, I have Raycast script commands[4] (mostly specially-formatted shell + Python scripts) that do API gluing to internal apps, such as our help desk and MDM systems, as well as Linux servers via SSH.

    For help desk tickets, I have a script that pulls new tickets, reads in the information for each ticket, determines a likely response/resolution/followup questions ("I see you did not include an (asset tag|screenshot) with your ticket. Could you please add that?", "It looks like this knowledge base article might help. ").

    I also use the Raycast AI commands "Improve Writing" and "Summarize" several times a day on emails, documentation, tickets, etc. Essentially, I select text in any window, hit a keyboard shortcut to launch that action and it quickly performs the action on the selected text. Super quick.

    My goal is to automate anything I do >= once per day.

    My tier 1 is Raycast here, but I had much of this on Alfred (what I used prior), much of this with formerly Albert and now ulauncher on my Linux box, and with the launcher that comes with Power Toys on Windows.

    1. https://www.raycast.com/

    2. https://manual.raycast.com/ai

    3. https://manual.raycast.com/snippets

    4. https://github.com/raycast/script-commands and https://manual.raycast.com/script-commands

  • Custom Script that allows User input
    1 project | /r/raycastapp | 7 May 2023
    A script can take up to 3 arguments. (see https://github.com/raycast/script-commands/blob/master/documentation/ARGUMENTS.md)
  • What happened to the unofficial script commands store?
    1 project | /r/raycastapp | 21 Apr 2023
    I only know the official one at https://github.com/raycast/script-commands
  • I made python code that generates beautiful images of your source code
    3 projects | /r/Python | 21 Aug 2022
  • Raycast - Terminal Commands?
    1 project | /r/macapps | 8 Jul 2022
    It is possible, although not that smooth. You have to add this script to your command scripts in Raycast. Then you can assign > as a shortcut and you'll be able to do what you want. The only difference is that you need to type >, then space, then command.
  • Export screenshot of visually selected code?
    4 projects | /r/neovim | 26 Jun 2022
    there's this script: https://github.com/raycast/script-commands/blob/master/commands/developer-utils/create-image-from-code.sh
  • What are your favourite Raycast workflows?
    2 projects | /r/macapps | 22 Jun 2022
    color picker
  • Raycast - send email to contact?
    1 project | /r/macapps | 2 Apr 2022
    There's just one thing I can not do: write an email to a contact. In Alfred I could write e.g. "email tom" and it will auto suggest people from my contacts and it would open a new email to the selected contact. Is there something similar in Raycast? All I could find is an email script command (https://github.com/raycast/script-commands/blob/master/commands/system/new-email.sh) that opens a new email window, but it's not possible to select a contact, you have to enter the email address.
  • How to copy markdown URL and title using JXA in Raycast (JavaScript automation for macOS)
    2 projects | dev.to | 27 Mar 2022
    To add it to Raycast follow instructions detailed here: raycast/script-commands:.
  • The only open source app you'll need for your Mac
    2 projects | /r/MacOS | 2 Mar 2022
    Not sure if I'm missing something. The title says the app is open source, but checking GitHub, I see extensions and script-commands, and I don't think the "main" repo is there

Visual Studio Code

Posts with mentions or reviews of Visual Studio Code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • scrape-yahoo-finance
    3 projects | dev.to | 25 Apr 2024
    Visual Studio Code (VS Code): Developed by Microsoft, VS Code is a lightweight yet powerful IDE with extensive support for Python development through extensions. It offers features like IntelliSense, debugging, and built-in Git integration.
  • XDebug with WP-Setup
    3 projects | dev.to | 24 Apr 2024
    In VSCode for example this can be easily done by adding the following .vscode/launch.json file:
  • I can't stand using VSCode so I wrote my own (it wasn't easy)
    10 projects | news.ycombinator.com | 21 Apr 2024
    I had a near-identical experience. I looked into switching in 2019 and ran into this 2016 bug which was a showstopper for me. Fixed it myself, grand total 4 line diff. https://github.com/microsoft/vscode/issues/10643
  • Employee Management System using Python.
    2 projects | dev.to | 21 Apr 2024
    When working in Visual Studio Code (VS Code), always create a new Python file for your project.
  • A deep dive into progressive web apps (PWA)
    1 project | dev.to | 20 Apr 2024
    Code Editor: Choose a code editor like Visual Studio Code that offers good support for web technologies and extensions for PWA development.
  • Build a Music Player with Python
    2 projects | dev.to | 20 Apr 2024
    When working in Visual Studio Code (VS Code), create a new Python file for our music player project. It's helpful to have separate files for different parts of your project.
  • Why single vendor is the new proprietary
    2 projects | news.ycombinator.com | 19 Apr 2024
    https://github.com/microsoft/vscode/forks

    27,000 people seem to have done so.

  • Scrape Redfin Property Data
    1 project | dev.to | 19 Apr 2024
    Choosing IDE: Selecting a suitable Integrated Development Environment (IDE) is crucial for efficient coding. Consider popular options such as PyCharm, Visual Studio Code, or Jupyter Notebook. Install your preferred IDE and ensure it's configured to work with Python.
  • "Just Start!" - A double-edged sword.
    1 project | dev.to | 16 Apr 2024
    I was doing it all wrong, designing and developing on the fly, using the same tool - VScode; Making one step forward and ten back when I mess up with good code while trying to get rid of the bad. I had gotten away with it for three pages, but it had finally caught up with me.
  • Zed Multibuffers not planned for VSCode
    1 project | news.ycombinator.com | 13 Apr 2024

What are some alternatives?

When comparing script-commands and Visual Studio Code you can also consider the following projects:

CotEditor - Lightweight Plain-Text Editor for macOS

thonny - Python IDE for beginners

alt-tab-macos - Windows alt-tab on macOS

reactide - Reactide is the first dedicated IDE for React web application development.

iina - The modern video player for macOS.

Spyder - Official repository for Spyder - The Scientific Python Development Environment

HomeBrew - 🍺 The missing package manager for macOS (or Linux)

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

numi - Beautiful calculator app for macOS

KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP

extensions - Everything you need to extend Raycast.

vscodium - binary releases of VS Code without MS branding/telemetry/licensing