https://github.com/dougfernando/powershell-functions-ext
execute powershell functions in indicated filepath
https://github.com/dougfernando/powershell-functions-ext
powershell raycast-extension
Last synced: 9 months ago
JSON representation
execute powershell functions in indicated filepath
- Host: GitHub
- URL: https://github.com/dougfernando/powershell-functions-ext
- Owner: dougfernando
- Created: 2025-07-02T22:02:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-07-02T22:45:06.000Z (9 months ago)
- Last Synced: 2025-07-02T23:29:53.216Z (9 months ago)
- Topics: powershell, raycast-extension
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extension for listing and executing powershell functions
It lists the functions (without parameters) in a given ps1 file (parameter) and let you execute them.

how to install it:
- install Node JS (winget install -e --id OpenJS.NodeJS)
- clone the repository
- run: “npm ci” then “npm run dev”, which adds it to Raycast