TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Cy, the time traveling terminal multiplexer

4 点作者 seawlf10 个月前
cy is a new terminal multiplexer (akin to tmux, screen, et al.) that records your terminal sessions so that you can replay and search through them at your leisure. It comes out of the box with a powerful fuzzy finder and uses Janet, a Lisp-like programming language, for configuration.<p>As someone who does all of their software development in the terminal with text-based tools, I came to believe that it would be useful to be able to play back and search through everything that I do. I also felt like terminal multiplexers were stuck in a rut, and could be much more than what they are. cy was born from the idea that the terminal is a powerful medium that has yet to reach its full potential. A better terminal multiplexer will help it get there.<p>cy is still experimental. If you encounter any issues or have suggestions, feel free to create an issue on GitHub or reach out!<p>cy is open-source software (MIT license) and forever will be.

1 comment

roshankhan2810 个月前
Congratulations on launching cy! As a developer who spends a lot of time in the terminal, I can immediately see the immense value in being able to replay and search through terminal sessions. The integration of a powerful fuzzy finder and the use of Janet for configuration are brilliant additions that set cy apart from other terminal multiplexers.<p>Your vision of pushing the boundaries of what terminal multiplexers can do is truly inspiring. I’m excited to see how cy evolves and contributes to making terminal usage even more efficient and powerful.<p>Best of luck with the launch, and thank you for keeping it open-source!