From 9616b22e34c1bdfe5759e18209c0bf3eb4ad5c85 Mon Sep 17 00:00:00 2001 From: Hanashiko Date: Sun, 4 May 2025 23:11:07 +0300 Subject: [PATCH] python plugin: add new aliases into readme --- plugins/python/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/python/README.md b/plugins/python/README.md index ca424ea55..3ed640c77 100644 --- a/plugins/python/README.md +++ b/plugins/python/README.md @@ -18,6 +18,8 @@ plugins=(... python) | `pygrep ` | Looks for `text` in `*.py` files in the current directory, recursively | | `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) | +| `act` | Activate the local environment | +| `runpy` | Run `main.py` | ## Virtual environments