powerranger
A ranger-inspired file manager for PowerShell.
Installation
You'll need Python 3.7 or higher. Install or update with:
pip install --user --upgrade powerranger
Usage
Run from a console with:
powerranger
Or:
python -m powerranger
If you want to run inside of mintty
, the terminal emulator which ships with
Git Bash, and get a message saying "Rediration not supported", you will need
to prepend the command with winpty
to start the program instead:
winpty powerranger
License
MIT