Live data from Hacker News

Warp is now open-source

warp.dev

41–50 of 125 posts

Re: Warp is now open-source

#41
post #35

Earlier quoted context omitted.

check out yaw terminal for a terminal first experience that also treats ai cli as a first class citizen. and if you're on windows is very dialed into git bash.

no. stop spamming this crap.

apologies, just trying to get the word out. and why is it crap? it seems exactly relevant to what i'm replying to.

Re: Warp is now open-source

#42
post #41

Earlier quoted context omitted.

no. stop spamming this crap.

apologies, just trying to get the word out. and why is it crap? it seems exactly relevant to what i'm replying to.

well maybe meaningfully participate in the thread before pitching your product

Re: Warp is now open-source

#43
+1 use warp every day. Needs some UX improvement around the agent stuff and file editor but I see it as alpha/beta software so I'm not too critical.

Re: Warp is now open-source

#45
Recently I've started to use https://superset.sh as alternative to Warp. After the volks @mastra mentioned it. Very cool open source project.

I'm actually pretty proud of the final setup I've created with it.

Each time I start to implement a new ticket, superset will pull the ticket from linear, create a worktree/workspace, reserve ports, start the servers, start a browser and start Claude with the ticket as instructions.

The cool thing with this setup is, I can have like 10x the same servers running on different ports/worktrees. Each time an agent is done, I switch to the workspace, look at the browser and can immediately test things.

It's like having 10 virtual desktops. Wonderful!

Re: Warp is now open-source

#46
post #31
post #9

Holy shit this made my day. Warp’s convenience shell wrapping is amazing. It’s the only terminal where I can actually edit a long command in place rather than copy pasting into an editor and doing so there. Now I’m more or less assured I can retain this convenience without being forced into more AI crap.

^X^E in bash takes your current prompt and moves it to your $EDITOR. for zsh: autoload edit-command-line zle -N edit-command-line bindkey '^X^E' edit-command-line

Other shortcuts to edit prompt in editor:

Alt-e for fish

Ctrl-g for Claude code

Re: Warp is now open-source

#48
I hope someone will make a version of Warp where I can bring in Openrouter key for free. Or any other provider, for that matter. I'd pay $5/10/month just to be able to use it.
Post reply on HN