Skip to content

First release - The program closer extraordinaire!

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 13:11
· 3 commits to main since this release

First release!

Basic program that handles killing applications on Windows quickly, quietly and efficiently.
Any externally running program names handed into the Rust binary will be stopped/closed - With variations of them being taken in to account/matched against.

Variations currently include:

  • name
  • name.to_lowercase()
    and
  • name + ".exe"

Where name is the name passed into the application itself (such as note / notepad / notepad.exe) all of these variations will be targeted and closed automatically by the application.

Currently these are non-configurable.