Flow.Launcher/Plugins/Flow.Launcher.Plugin.ProcessKiller
Kevin Zhang fd3576d52c
Merge pull request #3122 from Jack251970/dev3
Replace DllImport and flags with CSWin32 & Remove useless DllImport and flags & Fix right Win key click issue
2024-12-27 16:06:44 -08:00
..
Images Change Some Icons 2022-12-12 12:45:44 +09:00
Languages New Crowdin updates (#3062) 2024-12-25 18:41:40 +02:00
Flow.Launcher.Plugin.ProcessKiller.csproj Replace DllImport & flags with CSWin32 2024-12-10 13:29:21 +08:00
Main.cs fix kill command to honor "Last Query Style" 2023-06-04 06:20:50 +03:00
NativeMethods.txt Replace DllImport & flags with CSWin32 2024-12-10 13:29:21 +08:00
plugin.json bump plugin versions 2024-10-16 13:37:48 +11:00
ProcessHelper.cs use stackalloc if possible and fix some incorrect use of safehandle 2024-12-25 11:20:09 -06:00
ProcessResult.cs ProcessKiller: split source to multiple files 2020-07-03 17:07:24 +03:00
Readme.md ProcessKiller: add a readme 2020-07-03 17:37:40 +03:00

Process Killer Plugin

A Flow-Launcher plugin that allows you to kill running processes.

Based on Wox.Plugin.ProcessKiller, originally created by cxfksword and improved by theClueless.

image