Commit graph

87 commits

Author SHA1 Message Date
Jack Ye
8eee959e6d
Merge branch 'dev' into administrator_mode 2025-10-02 20:13:34 +08:00
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
Jack Ye
a9c2240738
Merge branch 'dev' into administrator_mode 2025-09-05 19:51:48 +08:00
Jeremy Wu
e1cc50c579 Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
Jack251970
236ba67d08 Fix build issue 2025-07-20 21:00:32 +08:00
Jack Ye
35faa46715
Merge branch 'dev' into administrator_mode 2025-07-20 20:04:06 +08: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
Jack Ye
10567fd409
Merge branch 'dev' into administrator_mode 2025-06-16 21:58:05 +08: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
Jack251970
b6b45d495a Improve code quality 2025-06-15 01:24:07 +08:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 (#3706) 2025-06-14 13:45:30 +03:00
Jack251970
d56f0a0d1a Improve process information handler 2025-06-13 14:13:52 +08:00
Jack251970
a2be6e0d0e Use new api for shell plugin 2025-06-13 13:39:36 +08:00
Jack251970
b8a697c266 Fix running issue 2025-06-13 13:12:00 +08:00
Jack251970
94f0bb961e Handle command running with administrator mode correctly 2025-06-12 16:21:00 +08:00
Jack251970
8b8fcd8c7b Add IsAdmin 2025-06-12 16:16:58 +08:00
Jack251970
a3212affd7 Dynamically find wt.exe 2025-06-12 16:16:47 +08:00
Jack251970
255ca5ac01 Improve code quality 2025-06-11 21:34:33 +08:00
Jack251970
b15cece4b8 Fix absolute exe file path issue 2025-06-11 21:13:09 +08:00
Jack251970
d77993e215 Use new api function to start shell process 2025-06-11 16:22:24 +08: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