Downloads License crates.io docs.rs

query-shell

A simple library to get the user's shell.

Forked from alicecarroll/get-shell.

Installation

cargo add query-shell

Or manually add query-shell = "0.3" to the [dependencies] section in your Cargo.toml.

Usage

```rs use queryshell::getshell_name;

println!("{}", getshellname().unwrap()); ```

Changelog

v0.3.0

v0.2.0

v0.1.0