blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

Open in new tab option needs an alternative for xdotool on Wayland #20

Open bulletmark opened 6 years ago

bulletmark commented 6 years ago

Version 2.3.1 on Atom 1.22.1 on Arch Linux with GNOME. This plugin uses xdotool which can not work on Wayland and never will due to stricter security policy.

blueimp commented 6 years ago

I've updated the title since xdotool is only used in the script required for opening a terminal in a new tab instead of a new window: https://github.com/blueimp/atom-open-terminal-here#how-to-open-a-new-tab-instead-of-a-new-window

Pull requests are welcome for an xdotool alternative. :)