Downloads License crates.io docs.rs

query-shell

A simple library to get the user's shell.

Forked from alicecarroll/get-shell.

Installation

Add query-shell = "0.1" to [dependencies] section in your Cargo.toml.

Usage

```rs use queryshell::getshell_name;

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

Changelog

v0.2.0

v0.1.0