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命令行界面

Download history 168/week @ 2024-04-16 173/week @ 2024-05-28 14/week @ 2024-06-04 5/week @ 2024-06-11

每月315次下载

MIT/Apache

36KB
51

shrs_autocd

实现autocd shell选项

crates.io MIT/Apache 2.0

这是 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