cmdix
cmdix copied to clipboard
Fork of https://launchpad.net/pycoreutils
.. image:: https://img.shields.io/pypi/v/cmdix.svg :target: https://pypi.org/project/cmdix
.. image:: https://img.shields.io/pypi/pyversions/cmdix.svg
.. image:: https://github.com/jaraco/cmdix/actions/workflows/main.yml/badge.svg :target: https://github.com/jaraco/cmdix/actions?query=workflow%3A%22tests%22 :alt: tests
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff
.. image:: https://readthedocs.org/projects/cmdix/badge/?version=latest :target: https://cmdix.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/skeleton-2024-informational :target: https://blog.jaraco.com/skeleton
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 <https://pypi.org/project/pycoreutils>_ by Hans van Leeuwen.