3 releases

0.1.2 Jan 14, 2025
0.1.1 Nov 16, 2024
0.1.0 Nov 16, 2024

#5 in #cargo-binstall

Download history 174/week @ 2024-11-11 56/week @ 2024-11-18 6/week @ 2024-11-25 28/week @ 2024-12-02 19/week @ 2024-12-09 83/week @ 2025-01-06 177/week @ 2025-01-13 148/week @ 2025-01-20

408 downloads per month
Used in 2 crates

MIT license

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

~2.8–4MB
~71K SLoC