Commit graph

72 commits

Author SHA1 Message Date
Jeremy Wu
652ec40d82
add removal todo comment 2025-09-30 22:28:41 +10:00
Jack251970
9be546d6c7 Fix ShowOnlyMostUsedCMDsNumber default value 2025-09-30 09:50:29 +08:00
Jack251970
175571a130 Refactor ShellSettings with Binding logic 2025-09-29 23:00:32 +08:00
Jack Ye
5b6ea73513
Code cleanup & Use Flow.Launcher.Localization to improve code quality (#4009)
* Use Flow.Launcher.Localization to improve code quality

* Code cleanup

* Improve code quality

* Improve code quality

* Use internal static Context & Improve code quality

* Use Flow.Launcher.Localization to improve code quality

* Code cleanup

* Use Flow.Launcher.Localization to improve code quality

* Improve code quality

* Improve code quality

* Use Flow.Launcher.Localization to improve code quality

* Fix logic issue

* Fix the variable name typo

* Fix redundant boolean cast and ensure consistent default value handling

* Use Flow.Launcher.Localization to improve code quality

* Revert namespace styles

* Fix indent format

* Revert namespace style

* Fix indent format

* Fix namespace style

* Fix indent format

* Fix indent format
2025-09-27 19:18:33 +03:00
Jeremy Wu
e1cc50c579 Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
Jack251970
ba0a113cc9 Add translations & Use ShowMsgError 2025-07-20 12:28:55 +08:00
Jeremy Wu
2e0dd1cfa1
Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
Jack251970
89214fb58a Improve code quality 2025-06-16 12:38:31 +08:00
Jack251970
07f440768e Fix one more whitespace after commands 2025-06-15 21:21:46 +08:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 (#3706) 2025-06-14 13:45:30 +03:00
Jack251970
d7c7ec8f5e Apply for all wt.exe 2025-06-05 18:55:58 +08:00
Jack251970
b2e754dfd5 Fix command issue for pswh.exe 2025-06-05 18:48:26 +08:00
Jack251970
3718ae5640 Improve code quality & Improve code comments 2025-05-22 10:39:09 +08:00
DB p
edae432852 Add FocusQueryTextBox method to set focus on the query text box in MainWindow 2025-05-22 04:14:30 +09:00
Jack251970
e07beb2261 Add dispose 2025-04-09 12:33:22 +08:00
Jack251970
1aeaaf2fc2 Add keyevent in Plugin project & Improve Shell plugin code quality 2025-04-09 12:30:50 +08:00
Jack251970
9c07989edf Improve code quality 2025-04-09 12:14:07 +08:00
Jack251970
64eb4a7bea Improve documents 2025-02-22 19:48:25 +08:00
Jack251970
aee585620a Remove back to query result and call this function in ChangeQuery & ReQuery 2025-02-22 19:32:08 +08:00
Jack251970
2843236214 Improve documents & Improve code quality 2025-02-19 17:09:09 +08:00
Azakidev
5bb3d724c0 Use a checkbox instead of separate entries 2025-02-06 00:22:41 +01:00
Azakidev
3596a77b34 Fix the rest of my mistakes 2025-02-04 23:54:04 +01:00
Azakidev
ff2f0c375c Fix typos 2025-02-04 23:39:29 +01:00
Azakidev
f708ad9ffd Add Windows Terminal to Shell Plugin 2025-02-04 23:18:21 +01:00
Kevin Zhang
82d4e824a5
Change shellexecute for command without argument 2024-04-23 16:29:39 -05:00
Kevin Zhang
5a45c5a012
Use Shell Execute for Shell Plugin RunCommand
it would not behavior like win+r without this.

try `shell:startup`
2024-04-23 11:39:25 -05:00
Florian Grabmeier
651711711d Implement pause/exit logic
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-12-13 18:35:34 +01:00
Florian Grabmeier
4c5eae895b Implement CloseShellAfterPress (no logic)
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-01 17:35:00 +01:00
Ioannis G
c6a6c6bd5c
plugin/shell: add powershell core (pwsh) option
Co-authored-by: shobu13 <shobu13@hotmail.fr>
2023-06-12 16:18:23 +03:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
e078de557b add CopyText for Shell plugin 2023-06-11 21:59:46 +10:00
Jeremy Wu
2b862f702a Make CopyToClipboard generic 2023-06-09 19:59:49 +10:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Hongtao Zhang
35529a0386
fix some spelling 2022-12-31 10:43:07 -05:00
Jeremy Wu
dd0f42eaac
Merge branch 'dev' into fix_shell_and_change_query 2022-12-12 20:09:52 +11:00
DB p
4b0781dccb Added Glyph Icons 2022-12-12 13:08:22 +09:00
Hongtao Zhang
e5e393f911
Wrap some call with Dispatcher and let shell use Task.Run to show the window and change the query (which is semislow) 2022-12-07 21:13:07 -06:00
Oren Nachman
ffd877290d Addressing initial feedback 2022-08-08 11:27:11 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Jeremy
dba03c9676 formatting 2022-06-22 07:59:39 +10:00
Jeremy
9b894b3b92 update comment regarding usage of Argument vs ArgumentList 2022-06-22 07:55:47 +10:00
Jeremy
d48e841f21 formatting 2022-06-22 06:37:33 +10:00
Hongtao Zhang
b7bebc8a32 use old Arguments instead of ArgumentList to prevent auto escape quote in commands 2022-05-14 21:25:36 -05:00
Hongtao Zhang
3298194a45 stop trigger global hotkey when shell plugin is not enabled 2022-01-03 10:26:18 -06:00
Kevin Zhang
ec96028f55 change query after showing window to make it not selectable 2021-12-05 21:14:01 -06:00
Kevin Zhang
6565b55746 Use API mainwindow show 2021-12-05 21:06:33 -06:00
Jeremy
b826090bca Merge remote-tracking branch 'origin/dev' into GlobalHotkeyRefactor 2021-11-29 20:02:26 +11:00
Jeremy Wu
e7198c6d79
Merge pull request #742 from spedrickson/JsonRPCShellRun
add initial ShellRun support for JsonRPC
2021-11-29 08:43:59 +11:00
Jeremy Wu
52046431ea
Merge pull request #829 from taooceros/ShellNotClose
Refactor Shell Command
2021-11-29 06:39:54 +11:00
Kevin Zhang
d3d1f6faa7 Fix Unexpected Intercept result when multiple plugin register the global hotkey event 2021-11-27 14:26:20 -06:00