mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Honestly, code is pretty simple. * Add an `AliasManager` to track the alias strings bound to which commands. * Only a couple aliases are built-in currently. The ones from PT Run. * When the text is updated on the MainPage, if it matches an alias, we'll immediately just _do that command_. * When we do fire off an alias, we need to clear the search text on the main page, because we _don't_ want to come back with that text populated (as opposed to something like `masto↲` which we would want to leave in the search box Closes #143 --------- Co-authored-by: Mike Griese <zadjii@gmail.com>