An open API service indexing awesome lists of open source software.

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

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.

![Demo](./assets/demo.gif)

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