Used to express anger, irritation, contempt, or disappointment.
Dammit Windows let me delete that file.
- No external dependencies.
- Easy to install
- Support for
cmd
,Cygwin
,GnuNT Bash
andGit Bash
. - Answering
s
will attempt to activate the window associated with the to-be-killed process. - Restarts
explorer.exe
if it needed to be killed (see below) - Auto-updates (MAYA only)
This is the preferred installation method for employees at MAYA.
- Browse to
T:\selimb\dammit
. - Run
install.bat
.
- Clone the repo locally.
- You are probably going to want to remove
check_for_update()
and its call inmain.py
. cd
into folder.- Run
python setup.py install
.
Run dammit -h
to get a list of the options:
-s
: enables "y" and "n" hotkeys after activating a window (by answerings
) without Alt-Tabbing back to the terminal window. The appropriate command will be sent to the terminal you were using.-y
: Kill without permission.
dammit
tries to start explorer.exe
after it has been killed. However, it may occur that this is not executed properly. If this occurs, you can run the following to start explorer.exe
again.
dammit --explorer
Please use the issue tracker to report any bugs or file feature requests.
dammit
itself is licensed under MIT. However, this product includes vendorized versions of docopt.py
and Handle64.exe
-- the licenses for these is included in 3RD_PARTY