LICENSE.md
MANIFEST.in
setup.cfg
setup.py
tests/functional/__init__.py
tests/functional/plots.py
tests/functional/test_bash.py
tests/functional/test_fish.py
tests/functional/test_install.py
tests/functional/test_performance.py
tests/functional/test_tcsh.py
tests/functional/test_zsh.py
tests/rules/__init__.py
tests/rules/conftest.py
tests/rules/test_apt_get.py
tests/rules/test_apt_get_search.py
tests/rules/test_apt_invalid_operation.py
tests/rules/test_brew_install.py
tests/rules/test_brew_unknown_command.py
tests/rules/test_brew_upgrade.py
tests/rules/test_cargo_no_command.py
tests/rules/test_cd_mkdir.py
tests/rules/test_cd_parent.py
tests/rules/test_composer_not_command.py
tests/rules/test_cp_omitting_directory.py
tests/rules/test_dirty_untar.py
tests/rules/test_dirty_unzip.py
tests/rules/test_django_south_ghost.py
tests/rules/test_django_south_merge.py
tests/rules/test_docker_not_command.py
tests/rules/test_dry.py
tests/rules/test_fix_alt_space.py
tests/rules/test_fix_file.py
tests/rules/test_git_add.py
tests/rules/test_git_branch_delete.py
tests/rules/test_git_branch_list.py
tests/rules/test_git_checkout.py
tests/rules/test_git_diff_staged.py
tests/rules/test_git_fix_stash.py
tests/rules/test_git_not_command.py
tests/rules/test_git_pull.py
tests/rules/test_git_pull_clone.py
tests/rules/test_git_push.py
tests/rules/test_git_push_force.py
tests/rules/test_git_push_pull.py
tests/rules/test_git_stash.py
tests/rules/test_git_two_dashes.py
tests/rules/test_go_run.py
tests/rules/test_grep_recursive.py
tests/rules/test_gulp_not_task.py
tests/rules/test_has_exists_script.py
tests/rules/test_heroku_not_command.py
tests/rules/test_history.py
tests/rules/test_java.py
tests/rules/test_javac.py
tests/rules/test_lein_not_task.py
tests/rules/test_ls_lah.py
tests/rules/test_man.py
tests/rules/test_man_no_space.py
tests/rules/test_mercurial.py
tests/rules/test_mkdir_p.py
tests/rules/test_mvn_no_command.py
tests/rules/test_mvn_unknown_lifecycle_phase.py
tests/rules/test_no_command.py
tests/rules/test_no_such_file.py
tests/rules/test_open.py
tests/rules/test_pacman.py
tests/rules/test_pacman_not_found.py
tests/rules/test_pip_unknown_command.py
tests/rules/test_python_command.py
tests/rules/test_python_execute.py
tests/rules/test_quotation_marks.py
tests/rules/test_rm_dir.py
tests/rules/test_rm_root.py
tests/rules/test_sed_unterminated_s.py
tests/rules/test_sl_ls.py
tests/rules/test_ssh_known_host.py
tests/rules/test_sudo.py
tests/rules/test_switch_lang.py
tests/rules/test_systemctl.py
tests/rules/test_tmux.py
tests/rules/test_touch.py
tests/rules/test_tsuru_login.py
tests/rules/test_tsuru_not_command.py
tests/rules/test_unknown_command.py
tests/rules/test_vagrant_up.py
tests/rules/test_whois.py
tests/specific/__init__.py
tests/specific/test_git.py
tests/specific/test_sudo.py
thefuck/__init__.py
thefuck/conf.py
thefuck/const.py
thefuck/corrector.py
thefuck/exceptions.py
thefuck/logs.py
thefuck/main.py
thefuck/shells.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_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/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/fix_alt_space.py
thefuck/rules/fix_file.py
thefuck/rules/git_add.py
thefuck/rules/git_branch_delete.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_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_stash.py
thefuck/rules/git_two_dashes.py
thefuck/rules/go_run.py
thefuck/rules/grep_recursive.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/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/open.py
thefuck/rules/pacman.py
thefuck/rules/pacman_not_found.py
thefuck/rules/pip_unknown_command.py
thefuck/rules/python_command.py
thefuck/rules/python_execute.py
thefuck/rules/quotation_marks.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/specific/__init__.py
thefuck/specific/archlinux.py
thefuck/specific/brew.py
thefuck/specific/git.py
thefuck/specific/sudo.py
thefuck/system/__init__.py
thefuck/system/unix.py
thefuck/system/win32.py