Flow.Launcher/Plugins/Flow.Launcher.Plugin.ProcessKiller
Jack251970 bf3b660772 Remove unused Grid.ColumnDefinitions from settings XAML
Cleaned up PluginsManagerSettings.xaml and SettingsControl.xaml by removing empty <Grid.ColumnDefinitions /> elements. This reduces unnecessary markup since only row definitions are used.
2026-02-21 21:05:31 +08:00
..
Images Change Some Icons 2022-12-12 12:45:44 +09:00
Languages New Crowdin updates (#4181) 2026-02-21 12:51:21 +02:00
ViewModels Code cleanup & Use Flow.Launcher.Localization to improve code quality (#4009) 2025-09-27 19:18:33 +03:00
Views Remove unused Grid.ColumnDefinitions from settings XAML 2026-02-21 21:05:31 +08:00
Flow.Launcher.Plugin.ProcessKiller.csproj Upgrade target frameworks & Update lock files 2026-02-21 20:48:25 +08:00
Main.cs Code cleanup & Use Flow.Launcher.Localization to improve code quality (#4009) 2025-09-27 19:18:33 +03:00
NativeMethods.txt Use PInvoke to replace DllImport 2025-03-13 14:01:02 +08:00
plugin.json set all of plugins' version to default 1.0.0 2025-05-20 09:06:11 +00:00
ProcessHelper.cs Code cleanup & Use Flow.Launcher.Localization to improve code quality (#4009) 2025-09-27 19:18:33 +03:00
ProcessResult.cs Code cleanup & Use Flow.Launcher.Localization to improve code quality (#4009) 2025-09-27 19:18:33 +03:00
Readme.md ProcessKiller: add a readme 2020-07-03 17:37:40 +03:00
Settings.cs Add option to let process killer show window title 2025-04-15 21:21:47 +08: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