8LWXpg / PowerToysRun-ProcessKiller

PowerToys Run Plugin to kill porcesses
MIT License
46 stars 3 forks source link

Improvements for Result tool tip #9

Closed htcfreek closed 1 month ago

htcfreek commented 1 month ago

This PR implements the following features and changes related to the result tool tip:

  1. Improved settings name and description including the German translation.
  2. Support for showing path and main window title in tool tip.
  3. Improved tool tip layout and showing command line only if it is enabled.

New tool tip layout (replacing the command line value):

Main window: xxxxx
Path: xxxxxx
Command line: xxxx

How was this tested

Unfortunately I have not enough disk space to test it yet and can not test it locally on my system. Please test everything before merging this in.

htcfreek commented 1 month ago

@8LWXpg Here is the PR. Unfortunately I can't test it yet. (If you can make some screenshot on testing would be nice.)

8LWXpg commented 1 month ago

Unfortunately I have not enough disk space to test it

If you want to test it, you can run ProcessKiller/copyLib.ps1 which creates symlink under ProcessKiller/Lib and follow the instructions in README. It only requires PowerToys installation.

htcfreek commented 1 month ago

@8LWXpg I did the requested changes.

image

image