Add xonsh support

This commit is contained in:
crschnick
2025-06-28 11:14:26 +00:00
parent 169f844966
commit b16aba9b8d
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ public class ShellDialects {
public static ShellDialect CSH;
public static ShellDialect FISH;
public static ShellDialect NUSHELL;
public static ShellDialect XONSH;
public static ShellDialect NO_INTERACTION;
public static ShellDialect CISCO;
@@ -91,6 +92,7 @@ public class ShellDialects {
ASH = byId("ash");
SH = byId("sh");
NUSHELL = byId("nushell");
XONSH = byId("xonsh");
NO_INTERACTION = byId("noInteraction");
CISCO = byId("cisco");
MIKROTIK = byId("mikrotik");

View File

@@ -101,6 +101,7 @@ It has been reworked, and the following issues have been fixed:
- Add notification when a password is copied to the clipboard
- Add a new loading icon
- Add support for nushell
- Add support for xonsh
- Add support for LXTerminal, the default on Raspberry Pi OS
## Fixes

BIN
img/proc/xonsh_icon.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB