This website requires JavaScript.
Explore
Help
Register
Sign In
w
/
AutoTerminal
Watch
1
Star
1
Fork
0
You've already forked AutoTerminal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
AutoTerminal
/
autoterminal
/
history
/
__init__.py
5 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
feat: 自动添加上下文 自动添加历史命令记录以及当前文件夹下面的内容为上下文
2025-08-23 20:25:42 +08:00
# History module initialization
from
.
history
import
HistoryManager
feat: V1.0.0 2025-10-21 - add the shell history feature - add the logging feature - refactor the codebase for better maintainability
2025-10-21 19:36:27 +08:00
__all__
=
[
'
HistoryManager
'
]
Reference in New Issue
Copy Permalink