Warp Terminal: has anyone been able to get autin working in Warp? I really like being able to search commands across hosts.
There’s a thread here:
I’ve followed up a couple of times, but I don’t think the warp team are particularly keen to prioritise
- bindkeys support (useful for a HUGE number of shell tools)
- anything specialised to get Atuin working
See this for the former
i missed that I could open the TUI interface manually , saw how in the warp thread. so a simple alias is working good enough for me.
hh=‘atuin search -i’
Thanks all!
I didn’t snap that I could open the TUI from command line search. I have a search function that reports command and host and then I added a alias to open the TUI.
.zshrc
atsearch() {
atuin search "$1" --format "{host}\t{command}"
}
alias h="atsearch"
alias hh="atuin search -i"
sample out of "h"
h pushmac
rmp1 vim pushmac2.sh
rmp1 pushmac.sh push*
rmp1 pushmac flusharp.sh
rmp1 pushmac.sh flusharp.sh
rmp2 subl pushmac2.sh
rmp2 pushmac2.sh EvernoteWeb.app/
rmp2 pushmac2.sh EvernoteWeb.app
rmp2 diff pushmac.sh pushmac2.sh
rmp2 cp pushmac2.sh pushmac.sh
rmp2 pushmac.sh pushmac.sh
rmp2 pushmac.sh mac-backup-script-pick.sh
rmp2 pushmac.sh ./zshrc
rmp2 pushmac.sh .zshrc
rmp2 h pushmac
I have given up on warp and uninstalled it.
Iterm2 + starship and atuin is a pretty good terminal setup (macos)
terminator + starship and atuin (linux)
windows? install WSL2 and see linux
I emailed warp about it and their response was about the same as what Ellie has summarised above.