Commit Graph

7 Commits

Author SHA1 Message Date
Cyano Hao d7df8248ab
use pid + sequential number in terminal app id (#448) 2024-06-05 17:23:17 +08:00
Cyano Hao 7a0514786b
launch Linux terminal in its own process (#445) 2024-06-02 19:01:11 +08:00
Cyano Hao c90f0bc313
Add support for weston-terminal (#384)
* add support for weston-terminal

* move NonExclusiveTemporaryFileOwner to utils

* move wrapCommandForTerminalEmulator to utils
2024-04-17 12:49:37 +08:00
Cyano Hao 18318653d7
Move from command line to argv array (#216)
* command line -> argv array

* update function names

* update directory structure

---------

Co-authored-by: Roy Qu <royqh1979@gmail.com>
2024-02-28 19:41:05 +08:00
Cyano Hao 6a168cfd16
Update terminal arguments pattern (#168)
* fix terminal arguments in debugger

* fix gnome-terminal args in debugger

* add args pattern for ConEmu
2023-12-22 18:07:26 +08:00
Cyano Hao ca13548ba0
Terminal arguments fix and cleanup (#138)
* fix linux build error

* Linux packaging: remove Alacritty from AppImage

* limit APP_DIR trick to Windows only

* implement Windows search path

* fix terminal search
2023-09-25 10:15:07 +08:00
Cyano Hao 52c5ea4caf
improve custom terminal settings (#137)
- custom terminal on Windows now require explicit enablement
- customizable terminal arguments pattern and its auto detection
- move hard-coded terminals to resource files
2023-09-20 10:52:54 +08:00