1 مستودع
Command-line environments that fully integrate a programming language REPL with standard shell capabilities.
Distinguishing note: Candidates are either too specific (Q&A agents) or too narrow (embedded REPLs in apps); this is a standalone shell product.
Explore 1 awesome GitHub repository matching development tools & productivity · Interactive Programming Shells. Refine with filters or upvote what's useful.
Xonsh is a cross-platform command-line interface shell and automation tool that integrates a full Python interpreter with standard shell capabilities. It functions as a Python-powered environment where users can mix native programming logic and external subprocesses within a single shared namespace. The shell is designed for extensibility, supporting a plugin system, custom event hooks, and the ability to import configurations from other shells such as Bash or Zsh. It differentiates itself by representing system environment variables and paths as mutable Python objects, allowing for programma
Combines a full Python programming language with a command-line interface to provide a cross-platform automation environment.