shellingham

Package — CLIPython 3.7+Intermediate

Detect the current shell (bash, zsh, fish, etc.)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install shellingham

Learn by Difficulty

Quick Example

python
# Install: pip install shellingham
import shellingham

# Basic shellingham usage
print(f"Using shellingham")
# See documentation for detailed examples

shellingham is a third-party package. Detect the current shell (bash, zsh, fish, etc.). Install with: pip install shellingham

Try in Playground

Tags

packageclicommand-lineterminal