mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-25 00:52:31 -04:00
Add xonsh support
This commit is contained in:
@@ -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");
|
||||
|
||||
1
dist/changelogs/17.0.md
vendored
1
dist/changelogs/17.0.md
vendored
@@ -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
BIN
img/proc/xonsh_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user