LICENSE.md
MANIFEST.in
setup.cfg
setup.py
tests/rules/__init__.py
tests/rules/conftest.py
tests/rules/test_apt_get.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_django_south_ghost.py
tests/rules/test_django_south_merge.py
tests/rules/test_dry.py
tests/rules/test_fix_alt_space.py
tests/rules/test_git_add.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_not_command.py
tests/rules/test_git_pull.py
tests/rules/test_git_push.py
tests/rules/test_git_stash.py
tests/rules/test_go_run.py
tests/rules/test_grep_recursive.py
tests/rules/test_has_exists_script.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_no_command.py
tests/rules/test_no_such_file.py
tests/rules/test_open.py
tests/rules/test_pacman.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_whois.py
thefuck/__init__.py
thefuck/conf.py
thefuck/logs.py
thefuck/main.py
thefuck/shells.py
thefuck/types.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/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/django_south_ghost.py
thefuck/rules/django_south_merge.py
thefuck/rules/dry.py
thefuck/rules/fix_alt_space.py
thefuck/rules/git_add.py
thefuck/rules/git_branch_list.py
thefuck/rules/git_checkout.py
thefuck/rules/git_diff_staged.py
thefuck/rules/git_not_command.py
thefuck/rules/git_pull.py
thefuck/rules/git_push.py
thefuck/rules/git_stash.py
thefuck/rules/go_run.py
thefuck/rules/grep_recursive.py
thefuck/rules/has_exists_script.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/no_command.py
thefuck/rules/no_such_file.py
thefuck/rules/open.py
thefuck/rules/pacman.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/whois.py