Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute a block from a shared block URL #54

Open
simjnd opened this issue Jul 23, 2021 · 2 comments
Open

Execute a block from a shared block URL #54

simjnd opened this issue Jul 23, 2021 · 2 comments
Labels
Feature requests Feature Requests

Comments

@simjnd
Copy link

simjnd commented Jul 23, 2021

Is your feature request related to a problem? Please describe.
When someone shares a block, I'd like to quickly execute it in Warp without having to copy the text and paste it back.

Describe the solution you'd like
A command / keyboard shortcut I can trigger in Warp which then asks for a URL to a shared block. I can paste in the URL and it will automatically get the input commands from the shared block and input them in my own terminal.
That function could additionally be triggered by adding a button on the webpage of a shared block "Execute in Warp".

Additional context
N/A

@charlespierce
Copy link

@simjnd Thanks for this suggestion as well! This seems like it would be a very useful feature, and also that we'll need to be very deliberate when designing it with security in mind. We don't want to open up an avenue of attack to users machines through an unfiltered URL that can execute arbitrary shared commands, but at the same time, being able to shortcut sharing a command in legitimate use-cases would be very powerful.

@elviskahoro elviskahoro changed the title Execute a block from a shared block URL Blocks: Execute a block from a shared block URL Nov 7, 2021
@elviskahoro elviskahoro changed the title Blocks: Execute a block from a shared block URL Execute a block from a shared block URL Dec 6, 2021
@dannyneira dannyneira added the Feature requests Feature Requests label Nov 30, 2022
@dannyneira
Copy link
Member

Repository Workflows can help with this use case as only those with access to the repo can see the commands. https://docs.warp.dev/features/entry/workflows#adding-a-repository-workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

4 participants