4 releases

0.0.5 Apr 16, 2024
0.0.4 Feb 2, 2024
0.0.3 Jan 2, 2024
0.0.2 Nov 13, 2023

#8 in #shrs

Download history 3/week @ 2024-01-30 2/week @ 2024-02-13 11/week @ 2024-02-20 29/week @ 2024-02-27 1/week @ 2024-03-05 70/week @ 2024-03-12 3/week @ 2024-03-26 28/week @ 2024-04-02 168/week @ 2024-04-16

199 downloads per month

MIT/Apache

36KB
53 lines

shrs_autocd

implement the autocd shell option

crates.io MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

shrs_autocd = { version = "0.0.5" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use shrs_autocd::AutocdPlugin;

let myshell = ShellBuilder::default()
    .with_plugin(AutocdPlugin)
    .build()
    .unwrap();

Dependencies

~15–29MB
~441K SLoC