1 分•作者: cogs•11 个月前
Hi HN,
我刚刚发布了 Pobshell。你可以把它想象成针对 Python 对象的 cd、ls、cat 和 find 命令,而不是针对文件。
在你的代码、运行时状态和数据结构中漫游。检查一切:模块、类、活动对象。此外,还有递归搜索和 CLI 集成:将代码和活动对象的状态通过管道输送到 CLI 实用程序或 LLM。
它即插即用:熟悉的命令加上可选的新技巧。
2 分钟视频演示:
<a href="https://www.youtube.com/watch?v=I5QoSrc_E_A" rel="nofollow">https://www.youtube.com/watch?v=I5QoSrc_E_A</a>
Github
<a href="https://github.com/pdalloz/pobshell">https://github.com/pdalloz/pobshell</a>
Pobshell 是开源的,目前处于 Alpha 发布阶段。已在 MacOs、Linux 和 Windows (Python 3.12) 上测试。
期待一些反馈。