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.
Warp is now open-source
41–50 of 125 posts
Re: Warp is now open-source
#42Re: Warp is now open-source
#43Re: Warp is now open-source
#44Re: Warp is now open-source
#45I'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
#46Holy 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
Alt-e for fish
Ctrl-g for Claude code
Re: Warp is now open-source
#47Re: Warp is now open-source
#48Re: Warp is now open-source
#49Re: Warp is now open-source
#50I never really understood why anyone would use this when you can just fire up claude code from your favorite terminal.