Skip to content

Commit

Permalink
add guake to README and sort emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Jul 19, 2020
1 parent b00d8cb commit ff8ac9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Right now the plugin is limited to these terminal-emulators. If one is missing p
- `cool-retro-term`
- `deepin-terminal`
- `gnome-terminal`
- `guake`
- `hyper`
- `kitty`
- `konsole`
Expand Down
8 changes: 4 additions & 4 deletions nautilus_open_any_terminal/open_any_terminal_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"cool-retro-term": "--workdir ",
"deepin-terminal": "--work-directory ",
"gnome-terminal": "",
"guake": "guake --show --new-tab=",
"hyper": "",
"kitty": "--directory ",
"konsole": "--workdir ",
Expand All @@ -30,12 +31,12 @@
"termite": "-d ",
"tilix": "-w ",
"urxvt": "-cd ",
"xfce4-terminal": "--working-directory=",
"guake": "guake --show --new-tab="}
"xfce4-terminal": "--working-directory="}

NEW_TAB_PARAMS = {"alacritty": None,
"cool-retro-term": None,
"gnome-terminal": "--tab",
"guake": None,
"hyper": None,
"deepin-terminal": None,
"kitty": None,
Expand All @@ -49,8 +50,7 @@
"termite": None,
"tilix": None,
"urxvt": None,
"xfce4-terminal": "--tab",
"guake": None}
"xfce4-terminal": "--tab"}

global terminal
terminal = "gnome-terminal"
Expand Down

0 comments on commit ff8ac9b

Please sign in to comment.