shrs_autocd

Crates.ioshrs_autocd
lib.rsshrs_autocd
version0.0.6
sourcesrc
created_at2023-11-13 00:17:05.046457
updated_at2024-06-01 04:53:42.823051
descriptionimplement autocd feature present in many shells
homepagehttps://mrpicklepinosaur.github.io/shrs/
repositoryhttps://github.com/MrPicklePinosaur/shrs
max_upload_size
id1033129
size57,522
Daniel Liu (MrPicklePinosaur)

documentation

README

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();

Commit count: 440

cargo fmt