项目是 4 月份做的,那时候 warp 还没有开源,现在用户越来越多了,我们努力维护了 windows/linux 版本也,做了很多额外的工作,欢迎大家体验哈~
https://github.com/nowledge-co/con-terminal
https://con.nowledge.co/
https://github.com/nowledge-co/con-terminal
https://con.nowledge.co/
1
zisen 14h 11m ago
不好意思我联想到法语里那个 con😂
|
3
yyh0808 13h 19m ago
哇,好久没关注你们产品,支持 tmux 好评啊
|
4
yidinghe PRO 同类项目这几年如雨后春笋班冒出来。我也不是贬低作者们的努力,但是试了这么多之后,对于新项目,除了必要的功能外,我只关注三件事:内存用量,内存用量,还是他妈的内存用量。
|
5
ruidoBlanco 12h 13m ago
没点开看也知道自己是根本不会去用的,点进去看见那个侧边栏,脑子里蹦出来的是「 amateur 」。侧边栏无端的增加了 context switching 开销,敲命令能避免就避免。
下面的是我 kitty 里配的,任意命令行,不论是否过 ssh ,直接写自己的需求,cmd+g 就生成命令。 ``` map kitty_mod+g remote_control_script kitty_generate_cmd # /usr/bin/zsh -l # Capture screen text before modifying the command line screen=$(kitty @ get-text --extent=screen -m state:focused) # Show placeholder while generating kitty @ send-text -m state:focused "\x15🤖 thinking ..." cmd=$(echo "$screen" \ | omp -p "Based on the terminal output above, the last line is my request. Output ONLY the shell command to run. No explanation, no markdown fence.") # Replace placeholder with generated command kitty @ send-text -m state:focused "\x15${cmd}" ``` |
8
littlewey OP @ruidoBlanco agent 是 optional 的,跨 pane (比如 ssh, tmux ,TUI 等等,都是有非常好的理解的),老板可以 give a try
|