3 releases
new 0.1.2 | Jan 14, 2025 |
---|---|
0.1.1 | Nov 16, 2024 |
0.1.0 | Nov 16, 2024 |
#5 in #cargo-binstall
243 downloads per month
Used in 2 crates
8KB
183 lines
which-shell
cargo binstall which-shell
which-shell
fish 3.7.1
usage
use which_shell::which_shell;
fn main() {
if let Some(sh) = which_shell() {
println!("{}", sh)
} else {
println!("shell is not supported")
}
}
shell
- Bash
- Zsh
- Fish
- PowerShell
- Pwsh
- Cmd
- Nu
- Dash
- Ksh
- Tcsh
- Csh
Dependencies
~3–4MB
~72K SLoC