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

#1053 in Development tools

Download history 4/week @ 2024-01-01 3/week @ 2024-01-29 10/week @ 2024-02-19 33/week @ 2024-02-26 117/week @ 2024-03-11 31/week @ 2024-04-01 173/week @ 2024-04-15

204 downloads per month

MIT/Apache

37KB
84 lines

shrs_cd_stack

keep track of directories we have switched to in a stack fashion

crates.io MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

shrs_cd_stack = { version = "0.0.5" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use shrs_cd_stack::CdStackPlugin;

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

Dependencies

~15–29MB
~431K SLoC