Unix commands in Pure Python


License
MIT
Install
pip install cmdix==3.1.1

Documentation

tests Ruff Code style: Black https://readthedocs.org/projects/cmdix/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational

cmdix is a pure Python implementation of various standard UNIX commands, like 'ls', 'cp' and 'sleep'. It also contains a shell-like environment which will make Unix-users feel right at home on the Windows command-prompt.

Forked from the abandoned pycoreutils project by Hans van Leeuwen.