Skip to content

RezaKargar/raycast-script-commands

Repository files navigation

Raycast Script Commands

This repository contains a set of shell scripts designed to be used with Raycast, a productivity tool for macOS. These scripts provide various utilities, including DNS management and terminal operations.

Scripts

List DNS

Lists the current DNS provider if any is set.

Set DNS

Sets the DNS to a specified provider.

  • File: dns/set-dns.sh
  • Usage: ./dns/set-dns.sh [provider]
  • Providers: shecan (default), begzar, bogzar, 403

Remove DNS

Removes custom DNS settings and resets to automatic.

Open Terminal

Opens the Warp terminal application.

Run Script

Runs predefined or custom scripts.

  • File: run-script.sh
  • Usage: ./run-script.sh [script name]
  • Predefined Scripts:
    • mfa.sh or mfa: Runs the mfa.sh script with sudo.
    • mfa d: Runs the mfa.sh script with the d argument and sudo.
    • Any other script name will be executed as provided.

Author

License

This project is licensed under the MIT License.

About

Script commands for RayCast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages