Software:Xonsh

From HandWiki

Xonsh (/kɒn/) is a Python-powered, Unix-like shell language and command prompt. The language integrates features of Python 3.6+ and common shell primitives, providing a unique platform for system interactions.[1] It is designed to work on all major systems, including Linux, macOS, and Windows.[2]

Overview

Created for both daily use and expert-level scripting, Xonsh offers a blend of the user-friendly interactive command prompt seen in Unix shells with the powerful scripting capabilities of Python.[3] The shell language allows users to run and mix Python and shell commands directly, offering an enriched command-line experience.[4]

See also

References

External links