Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

selimb/dammit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dammit

Used to express anger, irritation, contempt, or disappointment.

Dammit Windows let me delete that file.

Features

  • No external dependencies.
  • Easy to install
  • Support for cmd, Cygwin, GnuNT Bash and Git 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)

Installation

Option 1: From T:\ drive (binary distribution)

This is the preferred installation method for employees at MAYA.

  • Browse to T:\selimb\dammit.
  • Run install.bat.

Option 2: From source

  • Clone the repo locally.
  • You are probably going to want to remove check_for_update() and its call in main.py.
  • cd into folder.
  • Run python setup.py install.

Options

Run dammit -h to get a list of the options:

  • -s: enables "y" and "n" hotkeys after activating a window (by answering s) without Alt-Tabbing back to the terminal window. The appropriate command will be sent to the terminal you were using.
  • -y: Kill without permission.

Explorer was not restarted

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

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

License

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