LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
tests/test_argument_parser.py
tests/test_conf.py
tests/test_corrector.py
tests/test_determinism.py
tests/test_explain.py
tests/test_injection.py
tests/test_install_sh.py
tests/test_large_output.py
tests/test_logs.py
tests/test_no_home_directory.py
tests/test_packaging.py
tests/test_performance.py
tests/test_pypi_readme.py
tests/test_readme.py
tests/test_readme_claims.py
tests/test_release_script.py
tests/test_release_state.py
tests/test_replay.py
tests/test_rule_quality.py
tests/test_rulepack.py
tests/test_rulepack_equivalence.py
tests/test_streams.py
tests/test_system_unix.py
tests/test_types.py
tests/test_ui.py
tests/test_utils.py
tests/test_windows_names.py
tests/test_wrappers.py
thebleep/__init__.py
thebleep/__main__.py
thebleep/argument_parser.py
thebleep/cachefile.py
thebleep/conf.py
thebleep/const.py
thebleep/corrector.py
thebleep/exceptions.py
thebleep/explain.py
thebleep/logs.py
thebleep/replay.py
thebleep/rulepack.py
thebleep/types.py
thebleep/ui.py
thebleep/utils.py
thebleep/wrappers.py
thebleep.egg-info/PKG-INFO
thebleep.egg-info/SOURCES.txt
thebleep.egg-info/dependency_links.txt
thebleep.egg-info/entry_points.txt
thebleep.egg-info/not-zip-safe
thebleep.egg-info/requires.txt
thebleep.egg-info/top_level.txt
thebleep/entrypoints/__init__.py
thebleep/entrypoints/alias.py
thebleep/entrypoints/doctor.py
thebleep/entrypoints/fix_command.py
thebleep/entrypoints/main.py
thebleep/entrypoints/not_configured.py
thebleep/entrypoints/shell_logger.py
thebleep/output_readers/__init__.py
thebleep/output_readers/read_log.py
thebleep/output_readers/rerun.py
thebleep/output_readers/shell_logger.py
thebleep/rules/__init__.py
thebleep/rules/adb_unknown_command.py
thebleep/rules/ag_literal.py
thebleep/rules/apt_get.py
thebleep/rules/apt_get_search.py
thebleep/rules/apt_invalid_operation.py
thebleep/rules/apt_list_upgradable.py
thebleep/rules/apt_upgrade.py
thebleep/rules/aws_cli.py
thebleep/rules/az_cli.py
thebleep/rules/brew_cask_dependency.py
thebleep/rules/brew_install.py
thebleep/rules/brew_link.py
thebleep/rules/brew_reinstall.py
thebleep/rules/brew_uninstall.py
thebleep/rules/brew_unknown_command.py
thebleep/rules/brew_update_formula.py
thebleep/rules/cargo.py
thebleep/rules/cargo_no_command.py
thebleep/rules/cat_dir.py
thebleep/rules/cd_correction.py
thebleep/rules/cd_cs.py
thebleep/rules/cd_mkdir.py
thebleep/rules/cd_parent.py
thebleep/rules/chmod_x.py
thebleep/rules/choco_install.py
thebleep/rules/composer_not_command.py
thebleep/rules/conda_mistype.py
thebleep/rules/cp_create_destination.py
thebleep/rules/cp_omitting_directory.py
thebleep/rules/cpp11.py
thebleep/rules/dirty_untar.py
thebleep/rules/dirty_unzip.py
thebleep/rules/django_south_ghost.py
thebleep/rules/django_south_merge.py
thebleep/rules/dnf_no_such_command.py
thebleep/rules/docker_daemon_not_running.py
thebleep/rules/docker_image_being_used_by_container.py
thebleep/rules/docker_login.py
thebleep/rules/docker_not_command.py
thebleep/rules/dry.py
thebleep/rules/fab_command_not_found.py
thebleep/rules/fix_alt_space.py
thebleep/rules/fix_file.py
thebleep/rules/gem_unknown_command.py
thebleep/rules/git_add.py
thebleep/rules/git_add_force.py
thebleep/rules/git_bisect_usage.py
thebleep/rules/git_branch_0flag.py
thebleep/rules/git_branch_delete.py
thebleep/rules/git_branch_delete_checked_out.py
thebleep/rules/git_branch_exists.py
thebleep/rules/git_branch_list.py
thebleep/rules/git_checkout.py
thebleep/rules/git_clone_git_clone.py
thebleep/rules/git_clone_missing.py
thebleep/rules/git_commit_add.py
thebleep/rules/git_commit_amend.py
thebleep/rules/git_commit_reset.py
thebleep/rules/git_diff_no_index.py
thebleep/rules/git_diff_staged.py
thebleep/rules/git_dubious_ownership.py
thebleep/rules/git_fix_stash.py
thebleep/rules/git_flag_after_filename.py
thebleep/rules/git_help_aliased.py
thebleep/rules/git_hook_bypass.py
thebleep/rules/git_lfs_mistype.py
thebleep/rules/git_main_master.py
thebleep/rules/git_merge.py
thebleep/rules/git_merge_unrelated.py
thebleep/rules/git_not_command.py
thebleep/rules/git_pull.py
thebleep/rules/git_pull_clone.py
thebleep/rules/git_pull_uncommitted_changes.py
thebleep/rules/git_push.py
thebleep/rules/git_push_different_branch_names.py
thebleep/rules/git_push_force.py
thebleep/rules/git_push_pull.py
thebleep/rules/git_push_without_commits.py
thebleep/rules/git_rebase_merge_dir.py
thebleep/rules/git_rebase_no_changes.py
thebleep/rules/git_remote_delete.py
thebleep/rules/git_remote_seturl_add.py
thebleep/rules/git_rm_local_modifications.py
thebleep/rules/git_rm_recursive.py
thebleep/rules/git_rm_staged.py
thebleep/rules/git_stash.py
thebleep/rules/git_stash_pop.py
thebleep/rules/git_tag_force.py
thebleep/rules/git_two_dashes.py
thebleep/rules/go_run.py
thebleep/rules/go_unknown_command.py
thebleep/rules/gradle_no_task.py
thebleep/rules/gradle_wrapper.py
thebleep/rules/grep_arguments_order.py
thebleep/rules/grep_recursive.py
thebleep/rules/grunt_task_not_found.py
thebleep/rules/gulp_not_task.py
thebleep/rules/has_exists_script.py
thebleep/rules/heroku_multiple_apps.py
thebleep/rules/heroku_not_command.py
thebleep/rules/history.py
thebleep/rules/hostscli.py
thebleep/rules/ifconfig_device_not_found.py
thebleep/rules/java.py
thebleep/rules/javac.py
thebleep/rules/lein_not_task.py
thebleep/rules/ln_no_hard_link.py
thebleep/rules/ln_s_order.py
thebleep/rules/long_form_help.py
thebleep/rules/ls_all.py
thebleep/rules/ls_lah.py
thebleep/rules/man.py
thebleep/rules/man_no_space.py
thebleep/rules/mercurial.py
thebleep/rules/missing_space_before_subcommand.py
thebleep/rules/mkdir_p.py
thebleep/rules/mvn_no_command.py
thebleep/rules/mvn_unknown_lifecycle_phase.py
thebleep/rules/nixos_cmd_not_found.py
thebleep/rules/no_command.py
thebleep/rules/no_such_file.py
thebleep/rules/npm_missing_script.py
thebleep/rules/npm_run_script.py
thebleep/rules/npm_wrong_command.py
thebleep/rules/omnienv_no_such_command.py
thebleep/rules/open.py
thebleep/rules/pacman.py
thebleep/rules/pacman_invalid_option.py
thebleep/rules/pacman_not_found.py
thebleep/rules/path_from_history.py
thebleep/rules/php_s.py
thebleep/rules/ping_url.py
thebleep/rules/pip_externally_managed.py
thebleep/rules/pip_install.py
thebleep/rules/pip_unknown_command.py
thebleep/rules/port_already_in_use.py
thebleep/rules/prove_recursively.py
thebleep/rules/python_command.py
thebleep/rules/python_execute.py
thebleep/rules/python_module_error.py
thebleep/rules/quotation_marks.py
thebleep/rules/rails_migrations_pending.py
thebleep/rules/react_native_command_unrecognized.py
thebleep/rules/remove_shell_prompt_literal.py
thebleep/rules/remove_trailing_cedilla.py
thebleep/rules/rm_dir.py
thebleep/rules/rm_root.py
thebleep/rules/scm_correction.py
thebleep/rules/sed_unterminated_s.py
thebleep/rules/sl_ls.py
thebleep/rules/ssh_known_hosts.py
thebleep/rules/sudo.py
thebleep/rules/sudo_command_from_user_path.py
thebleep/rules/switch_lang.py
thebleep/rules/systemctl.py
thebleep/rules/terraform_init.py
thebleep/rules/terraform_no_command.py
thebleep/rules/test.py.py
thebleep/rules/tmux.py
thebleep/rules/touch.py
thebleep/rules/tsuru_login.py
thebleep/rules/tsuru_not_command.py
thebleep/rules/unknown_command.py
thebleep/rules/unsudo.py
thebleep/rules/vagrant_up.py
thebleep/rules/whois.py
thebleep/rules/workon_doesnt_exists.py
thebleep/rules/wrong_hyphen_before_subcommand.py
thebleep/rules/yarn_alias.py
thebleep/rules/yarn_command_not_found.py
thebleep/rules/yarn_command_replaced.py
thebleep/rules/yarn_help.py
thebleep/rules/yum_invalid_operation.py
thebleep/rules/zypper_no_such_command.py
thebleep/shells/__init__.py
thebleep/shells/bash.py
thebleep/shells/fish.py
thebleep/shells/generic.py
thebleep/shells/nushell.py
thebleep/shells/powershell.py
thebleep/shells/tcsh.py
thebleep/shells/zsh.py
thebleep/specific/__init__.py
thebleep/specific/apt.py
thebleep/specific/archlinux.py
thebleep/specific/brew.py
thebleep/specific/dnf.py
thebleep/specific/git.py
thebleep/specific/nix.py
thebleep/specific/npm.py
thebleep/specific/sudo.py
thebleep/specific/yum.py
thebleep/specific/zypper.py
thebleep/system/__init__.py
thebleep/system/paths.py
thebleep/system/streams.py
thebleep/system/unix.py
thebleep/system/win32.py