5 releases

new 0.0.6 Jun 1, 2024
0.0.5 Apr 16, 2024
0.0.4 Feb 2, 2024
0.0.3 Jan 2, 2024
0.0.2 Nov 13, 2023

#6 in #shrs

Download history 8/week @ 2024-02-17 31/week @ 2024-02-24 3/week @ 2024-03-02 65/week @ 2024-03-09 6/week @ 2024-03-16 30/week @ 2024-03-30 1/week @ 2024-04-06 163/week @ 2024-04-13 5/week @ 2024-04-20

315 downloads per month

MIT/Apache

36KB
52 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.6" }

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–31MB
~454K SLoC