upvote
Yeah that's pretty much my opinion on warp. I really liked some of the ideas used for the actual terminal side of it. The IDE-like prompt and completions, file tree, vertical tabs, etc. I mostly just wanted a terminal that was trying something new UI/UX wise.

Nowadays it just tries to do so much and seems overwhelming. I'll probably still give it a try once it supports Nushell, but I'll need to spend some time disabling a ton of the extra features.

reply
Yeah, pretty much. I used it, but one day I opened Warp and it looked like a half-baked Cursor.

I liked it for the ability to type "git one-liner logs with date and author, no messages" and get the output without having to remember or look for actual formatting parameters.

I also get that's too niche of an use case, and not sustainable as a business. But still.

reply
FWIW, an open-source clone of that earlier version of Warp called Wave is out there. It seems to be actively maintained and works quite well, in my experience.
reply
Is it Rust or Node/Electron? That’s one of the key considerations I have these days; I’m over bloatware.
reply
Also, great example of why you don't take a terminal that requires login as your daily workhorse. It never ends well.
reply
That was a mistake they made initially, but iirc they got rid of it after a while.
reply
What was the terminal app though and what was special about it that Ghostty didn't already provide?

edit: Found this one article (via google) that talks about the terminal. I guess it was a terminal that you could "prompt" to do things and it would figure out the shell commands.

https://thenewstack.io/developer-review-of-warp-for-windows-...

reply
If I recall correctly, warp is older than ghostty. Warp became popular because it was one of the well maintained rust-based terminals, and it had some simple AI features like completions and natural language command recognition. That’s why I started using it at least and I liked the dark theme better than that of any other terminal. I barely used the AI features initially but my company pays for it if I want to use it so I started using it occasionally.
reply
Off the top of my head:

- The _block_ system where you could navigate up and down without scrolling the whole buffer rigidly - The tabbing system that actually works and doesn't feel clunky - The command prediction - The workflows (but that's now pretty much dead unless you really do not use AI)

reply
The other thing I really love is the cross-platform support.

I don't have to tweak my usage of the terminal depending which platform I'm on.

I just have to remember to use Ctrl+Shift for copy/paste on Windows/Linux.

reply
Warp is older than ghostly and warp provides much more functions. Not only AI stuff but better editing of the shell (yea, I’m sure there is a way to get it in ghostty too), a built in run book where you can save commands (yes, you can say it should not live in the terminal)

Do you need all of them? Maybe not. Maybe. I used warp in the past (before AI) but now just Ghostty. But it required more customization to achieve just some of the stuff warp does.

reply
I much rather would use Warp now because I am looking for an agentic IDE, not looking to replace my terminal which I use daily. I don't want to use Cursor or VSCode because it's Electron and can be slow, while Warp has their own custom Rust-based GUI based off an early version of Zed's GPUI so it should similarly be much faster.
reply
I really like Warp, because it looks and behaves the way I want a terminal emulator to. I disable all the AI features though because I don’t find them useful.

If this community fork were to, for example remove all of the AI features, it would be valuable to me.

reply