Skip to content

Commit dfdc4dd

Browse files
Stunkymonkeymlightsys
authored andcommitted
add ddterm
1 parent 4c96197 commit dfdc4dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ are welcome!
2121
- `cool-retro-term`
2222
- `contour`
2323
- `deepin-terminal`
24+
- `ddterm`
2425
- `foot`/`footclient`
2526
- `ghostty`
2627
- `gnome-terminal`

nautilus_open_any_terminal/nautilus_open_any_terminal.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ class Terminal:
7979
flatpak_package="org.contourterminal.Contour",
8080
),
8181
"deepin-terminal": Terminal("Deepin Terminal"),
82+
"ddterm": Terminal(
83+
"Drop down Terminal extension",
84+
workdir_arguments=["--working-directory"],
85+
flatpak_package="com.github.amezin.ddterm",
86+
),
8287
"foot": Terminal("Foot"),
8388
"footclient": Terminal("FootClient"),
8489
"ghostty": Terminal("Ghostty"),

0 commit comments

Comments
 (0)