Skip to content

Commit

Permalink
add support for urxvtc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Oct 27, 2021
1 parent 4bcc7fc commit d59069e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Right now the plugin is limited to these terminal emulators. If one is missing p
- `termite`
- `tilix`
- `urxvt`
- `urxvtc`
- `wezterm`
- `xfce4-terminal`

Expand Down
2 changes: 2 additions & 0 deletions nautilus_open_any_terminal/open_any_terminal_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"termite": "-d ",
"tilix": "-w ",
"urxvt": "-cd ",
"urxvtc": "-cd ",
"wezterm": "start --cwd ",
"xfce4-terminal": "--working-directory=",
}
Expand All @@ -63,6 +64,7 @@
"termite": None,
"tilix": None,
"urxvt": None,
"urxvtc": None,
"wezterm": None,
"xfce4-terminal": "--tab",
}
Expand Down

0 comments on commit d59069e

Please sign in to comment.