shrs_cd_stack

Crates.ioshrs_cd_stack
lib.rsshrs_cd_stack
version0.0.6
sourcesrc
created_at2023-11-13 00:19:12.140178
updated_at2024-06-01 04:54:07.885784
descriptionmaintain stack of past working directories
homepagehttps://mrpicklepinosaur.github.io/shrs/
repositoryhttps://github.com/MrPicklePinosaur/shrs
max_upload_size
id1033132
size59,475
Daniel Liu (MrPicklePinosaur)

documentation

README

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

Then include this plugin when initializing shrs

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

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

Commit count: 440

cargo fmt