Merge pull request #561 from josephfrazier/ag-literal

Suggest `ag -Q` when relevant
This commit is contained in:
Vladimir Iakovlev
2016-10-07 10:35:34 +02:00
committed by GitHub
3 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -144,7 +144,8 @@ sudo -H pip install thefuck --upgrade
The Fuck tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Rules enabled by default are as follows:
* `aws_cli` – fixes misspelled commands like `aws dynamdb scan`
* `ag_literal` – adds `-Q` to `ag` when suggested;
* `aws_cli` – fixes misspelled commands like `aws dynamdb scan`;
* `cargo` – runs `cargo build` instead of `cargo`;
* `cargo_no_command` – fixes wrongs commands like `cargo buid`;
* `cd_correction` – spellchecks and correct failed cd commands;