From 718cadb85a02faa81af7f3a5b175f018fe38599b Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Sat, 23 May 2015 18:49:20 +0300 Subject: [PATCH] #216 add `open` rule to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4993bae1..43389f32 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `mkdir_p` – adds `-p` when you trying to create directory without parent; * `no_command` – fixes wrong console commands, for example `vom/vim`; * `no_such_file` – creates missing directories with `mv` and `cp` commands; +* `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; * `rm_dir` – adds `-rf` when you trying to remove directory;