===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
thefuck-3.29/README.md-196-* `fix_alt_space` – replaces Alt+Space with Space character;
thefuck-3.29/README.md:197:* `fix_file` – opens a file with an error in your `$EDITOR`;
thefuck-3.29/README.md-198-* `gem_unknown_command` – fixes wrong `gem` commands;
##############################################
thefuck-3.29/README.md-218-* `git_pull_uncommitted_changes` – stashes changes before pulling and pops them afterwards;
thefuck-3.29/README.md:219:* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
thefuck-3.29/README.md-220-* `git_push_different_branch_names` – fixes pushes when local brach name does not match remote branch name;
##############################################
thefuck-3.29/README.md-285-* `sudo` – prepends `sudo` to previous command if it failed because of permissions;
thefuck-3.29/README.md:286:* `sudo_command_from_user_path` – runs commands from users `$PATH` with `sudo`;
thefuck-3.29/README.md-287-* `switch_lang` – switches command from your local layout to en;
##############################################
thefuck-3.29/README.md-382-
thefuck-3.29/README.md:383:Several *The Fuck* parameters can be changed in the file `$XDG_CONFIG_HOME/thefuck/settings.py`
thefuck-3.29/README.md:384:(`$XDG_CONFIG_HOME` defaults to `~/.config`):
thefuck-3.29/README.md-385-
##############################################
thefuck-3.29/thefuck/shells/tcsh.py-13-                "set fucked_cmd=`history -h 2 | head -n 1` && "
thefuck-3.29/thefuck/shells/tcsh.py:14:                "eval `thefuck ${{fucked_cmd}}`'").format(alias_name)
thefuck-3.29/thefuck/shells/tcsh.py-15-