5个版本
0.0.6 | 2024年6月1日 |
---|---|
0.0.5 | 2024年4月16日 |
0.0.4 | 2024年2月2日 |
0.0.3 | 2024年1月2日 |
0.0.2 | 2023年11月13日 |
969 在 命令行界面 中
每月315次下载
36KB
51 行
这是 shrs 的一个插件。
使用此插件
首先将此插件添加到依赖项中
shrs_autocd = { version = "0.0.6" }
然后初始化shrs时包含此插件
use shrs::prelude::*;
use shrs_autocd::AutocdPlugin;
let myshell = ShellBuilder::default()
.with_plugin(AutocdPlugin)
.build()
.unwrap();
依赖项
~15–32MB
~442K SLoC