From 897b847975945757e719589f4bc5364bfeb796cd Mon Sep 17 00:00:00 2001 From: Cami Diez Date: Sun, 21 Jun 2015 09:25:20 +0800 Subject: [PATCH] Added rule --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22b5c2ec..9feb5fcf 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `open` – prepends `http` to address passed to `open`; * `pip_unknown_command` – fixes wrong pip commands, for example `pip instatl/pip install`; * `python_command` – prepends `python` when you trying to run not executable/without `./` python script; +* `python_compile` – appends missing `.py` when compiling Python files; * `quotation_marks` – fixes uneven usage of `'` and `"` when containing args' * `rm_dir` – adds `-rf` when you trying to remove directory; * `sl_ls` – changes `sl` to `ls`;