alibaba / termd

Apache License 2.0
121 stars 50 forks source link

history size configable and ignore cmd in history feautre #20

Closed qxo closed 5 years ago

qxo commented 5 years ago

可修历史记录大小及对将某些指令使用正则表达来排除到历史记录之外:如history命令 需要设置系统属性后生效,如:

-Dtermd_max_history_size=500
-Dtermd_history_ignore_pattern=^\\s*history

配置termd_history_ignore_pattern的用意是在历史记录中人为排除一些无有价值命令

hengyunabc commented 5 years ago

我个人觉得这个功能意义不是很大, 基本不会有用户需要这个功能。