shrs_mux

Crates.ioshrs_mux
lib.rsshrs_mux
version0.0.6
sourcesrc
created_at2023-06-04 15:19:41.61771
updated_at2024-06-01 04:57:43.054608
descriptionshell language multiplexer
homepagehttps://mrpicklepinosaur.github.io/shrs/
repositoryhttps://github.com/MrPicklePinosaur/shrs
max_upload_size
id882306
size98,049
Daniel Liu (MrPicklePinosaur)

documentation

README

shrs_mux

switch command language at runtime

crates.io MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

shrs_mux = { version = "0.0.6" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use shrs_mux::MuxPlugin;

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

Commit count: 440

cargo fmt