LICENSE.md
MANIFEST.in
setup.cfg
setup.py
thefuck/__init__.py
thefuck/conf.py
thefuck/const.py
thefuck/corrector.py
thefuck/exceptions.py
thefuck/logs.py
thefuck/main.py
thefuck/types.py
thefuck/ui.py
thefuck/utils.py
thefuck.egg-info/PKG-INFO
thefuck.egg-info/SOURCES.txt
thefuck.egg-info/dependency_links.txt
thefuck.egg-info/entry_points.txt
thefuck.egg-info/not-zip-safe
thefuck.egg-info/requires.txt
thefuck.egg-info/top_level.txt
thefuck/rules/__init__.py
thefuck/rules/apt_get.py
thefuck/rules/apt_get_search.py
thefuck/rules/apt_invalid_operation.py
thefuck/rules/brew_install.py
thefuck/rules/brew_unknown_command.py
thefuck/rules/brew_update_formula.py
thefuck/rules/brew_upgrade.py
thefuck/rules/cargo.py
thefuck/rules/cargo_no_command.py
thefuck/rules/cd_correction.py
thefuck/rules/cd_mkdir.py
thefuck/rules/cd_parent.py
thefuck/rules/chmod_x.py
thefuck/rules/composer_not_command.py
thefuck/rules/cp_omitting_directory.py
thefuck/rules/cpp11.py
thefuck/rules/dirty_untar.py
thefuck/rules/dirty_unzip.py
thefuck/rules/django_south_ghost.py
thefuck/rules/django_south_merge.py
thefuck/rules/docker_not_command.py
thefuck/rules/dry.py
thefuck/rules/fab_command_not_found.py
thefuck/rules/fix_alt_space.py
thefuck/rules/fix_file.py
thefuck/rules/git_add.py
thefuck/rules/git_branch_delete.py
thefuck/rules/git_branch_exists.py
thefuck/rules/git_branch_list.py
thefuck/rules/git_checkout.py
thefuck/rules/git_diff_staged.py
thefuck/rules/git_fix_stash.py
thefuck/rules/git_help_aliased.py
thefuck/rules/git_not_command.py
thefuck/rules/git_pull.py
thefuck/rules/git_pull_clone.py
thefuck/rules/git_push.py
thefuck/rules/git_push_force.py
thefuck/rules/git_push_pull.py
thefuck/rules/git_rebase_no_changes.py
thefuck/rules/git_remote_seturl_add.py
thefuck/rules/git_rm_recursive.py
thefuck/rules/git_stash.py
thefuck/rules/git_two_dashes.py
thefuck/rules/go_run.py
thefuck/rules/gradle_no_task.py
thefuck/rules/gradle_wrapper.py
thefuck/rules/grep_arguments_order.py
thefuck/rules/grep_recursive.py
thefuck/rules/grunt_task_not_found.py
thefuck/rules/gulp_not_task.py
thefuck/rules/has_exists_script.py
thefuck/rules/heroku_not_command.py
thefuck/rules/history.py
thefuck/rules/java.py
thefuck/rules/javac.py
thefuck/rules/lein_not_task.py
thefuck/rules/ln_no_hard_link.py
thefuck/rules/ln_s_order.py
thefuck/rules/ls_lah.py
thefuck/rules/man.py
thefuck/rules/man_no_space.py
thefuck/rules/mercurial.py
thefuck/rules/mkdir_p.py
thefuck/rules/mvn_no_command.py
thefuck/rules/mvn_unknown_lifecycle_phase.py
thefuck/rules/no_command.py
thefuck/rules/no_such_file.py
thefuck/rules/npm_missing_script.py
thefuck/rules/npm_run_script.py
thefuck/rules/npm_wrong_command.py
thefuck/rules/open.py
thefuck/rules/pacman.py
thefuck/rules/pacman_not_found.py
thefuck/rules/pip_unknown_command.py
thefuck/rules/port_already_in_use.py
thefuck/rules/python_command.py
thefuck/rules/python_execute.py
thefuck/rules/quotation_marks.py
thefuck/rules/react_native_command_unrecognized.py
thefuck/rules/rm_dir.py
thefuck/rules/rm_root.py
thefuck/rules/sed_unterminated_s.py
thefuck/rules/sl_ls.py
thefuck/rules/ssh_known_hosts.py
thefuck/rules/sudo.py
thefuck/rules/switch_lang.py
thefuck/rules/systemctl.py
thefuck/rules/test.py.py
thefuck/rules/tmux.py
thefuck/rules/touch.py
thefuck/rules/tsuru_login.py
thefuck/rules/tsuru_not_command.py
thefuck/rules/unknown_command.py
thefuck/rules/vagrant_up.py
thefuck/rules/whois.py
thefuck/rules/workon_doesnt_exists.py
thefuck/shells/__init__.py
thefuck/shells/bash.py
thefuck/shells/fish.py
thefuck/shells/generic.py
thefuck/shells/powershell.py
thefuck/shells/tcsh.py
thefuck/shells/zsh.py
thefuck/specific/__init__.py
thefuck/specific/apt.py
thefuck/specific/archlinux.py
thefuck/specific/brew.py
thefuck/specific/git.py
thefuck/specific/npm.py
thefuck/specific/sudo.py
thefuck/system/__init__.py
thefuck/system/unix.py
thefuck/system/win32.py