quickgui/lib
Martin Wimpress 7e342008c7 fix: find supported terminal on operating systems other than Debian. closes #61
The implementation of `_getTerminalEmulator` is specific to Debian-based systems, as it relies on the `x-terminal-emulator` symbolic link. This link does not exist on other Linux distributions or on macOS.

This patch first tries to find the `x-terminal-emulator` symbolic link. If it doesn't exist or returns an empty string, it then iterates over a list of supported terminal emulators and uses the `whichSync` function to check if they exist in the PATH. It sets `_terminalEmulator` to the first terminal emulator it finds in the PATH.
2024-06-27 12:44:19 +01:00
..
src fix: find supported terminal on operating systems other than Debian. closes #61 2024-06-27 12:44:19 +01:00
main.dart refactor: adapt parseWgetProgress to parseCurlProgress 2024-06-26 17:32:44 +01:00