python plugin: add new aliases into readme

This commit is contained in:
Hanashiko 2025-05-04 23:11:07 +03:00
commit 9616b22e34

View file

@ -18,6 +18,8 @@ plugins=(... python)
| `pygrep <text>` | Looks for `text` in `*.py` files in the current directory, recursively | | `pygrep <text>` | Looks for `text` in `*.py` files in the current directory, recursively |
| `pyuserpaths` | Add user site-packages folders to `PYTHONPATH`, for Python 2 and 3 | | `pyuserpaths` | Add user site-packages folders to `PYTHONPATH`, for Python 2 and 3 |
| `pyserver` | Starts an HTTP server on the current directory (use `--directory` for a different one) | | `pyserver` | Starts an HTTP server on the current directory (use `--directory` for a different one) |
| `act` | Activate the local environment |
| `runpy` | Run `main.py` |
## Virtual environments ## Virtual environments