Plugins - Support extending Warp with custom plugins and extensions #435
Replies: 13 comments 8 replies
-
Thanks for creating this! We're working towards making Warp more extensible in the future. First thing that's on our plate is allowing for custom themes so stay tuned! :) Is there anything you have in mind (extension/plugin) that you truly miss in Warp nowadays? |
Beta Was this translation helpful? Give feedback.
-
From a developer perspective few examples: a rest-client, a websocket client !! |
Beta Was this translation helpful? Give feedback.
-
Please comment with plugin ideas as well, particularly existing plugins that could take advantage and build on some of Warp's distinguishing features. Particularly:
|
Beta Was this translation helpful? Give feedback.
-
FZF+Ranger!
|
Beta Was this translation helpful? Give feedback.
-
From epher via Discord - https://discord.com/channels/851854972600451112/906269689116770304/906350632263376916
|
Beta Was this translation helpful? Give feedback.
-
From ShrubtheBub via Discord: https://discord.com/channels/851854972600451112/906269689116770304/928064929469173783
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Built in functionality for jumping and navigating directories similarly to Zsh-Z. I think we could overlap this with FZF, Ranger, and Context Chips. |
Beta Was this translation helpful? Give feedback.
-
Hi, It would be really awesome if you could expose an API that would allow third-party devs to programmatically do things like:
This would allow third-party devs to implement something like Cursorless (https://www.youtube.com/watch?v=JxcNW0hnfTk) for Warp (or, more realistically, implement a plugin that talks to a Cursorless server). Cursorless basically is a framework, built on top of the Talon Voice ecosystem, that lets users code by voice with Treesitter-like structural editing. Given that Warp basically has an editor within the terminal, it would be really awesome if there were an API that allowed us to build a plugin to get the sort of functionality for Warp that we currently have for editors like VSCode with Cursorless. |
Beta Was this translation helpful? Give feedback.
-
I would love the ability to programmatically create screenshots of blocks. I have two use-cases:
For the demo use-case, I often end up using screenshots or recordings in my demos or docs and I currently have to do that all manually. For the experimentation use case, it's like a journal. I want to keep track of the commands I executed (and ideally share the whole set of blocks with somebody) so I can see how I got to a certain state. Almost like a runbook... |
Beta Was this translation helpful? Give feedback.
-
Would be doable or even possible to integrate(embed) something like Lapce into Warp ? |
Beta Was this translation helpful? Give feedback.
-
Please - for example I'd love to have a fullscreen message or a Pushbullet notification for (say) every terminal command that:
The current implementation generates a subtle notification but I frequently miss it. This is the kind of stuff that would be so cool - and would keep differentiating from the other "very fast terminals" which don't ship those cooler, user facing features. |
Beta Was this translation helpful? Give feedback.
-
Describe the solution you'd like?
Is your feature request related to a problem? Please describe.
I'm not sure whether it makes sense, but still just a small proposal !!
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions