mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#216 add open rule to readme
				
					
				
			This commit is contained in:
		| @@ -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; | * `mkdir_p` – adds `-p` when you trying to create directory without parent; | ||||||
| * `no_command` – fixes wrong console commands, for example `vom/vim`; | * `no_command` – fixes wrong console commands, for example `vom/vim`; | ||||||
| * `no_such_file` – creates missing directories with `mv` and `cp` commands; | * `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`; | * `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_command` – prepends `python` when you trying to run not executable/without `./` python script; | ||||||
| * `rm_dir` – adds `-rf` when you trying to remove directory; | * `rm_dir` – adds `-rf` when you trying to remove directory; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user