Note: It is not always accurate to open each time, 80% of the opportunity is OK.
Principle: Use Xdotool to simulate keyboard keys, open the folder management interface, and then get the address bar address via ctrl+l and then pass it on to the terminal.
Installation:
1, installation Xdotool
sudo Install
2. Setup Scripts
sudo vim/usr/bin/openterminal. SH
Write the following and save
#!/bin/bashxclip_tmp=$ (Xclip-o) xdotool key Ctrl+lcurrnet_dir_path=$ (Xclip-O) Xdotool key escapegnome-terminal--working-directory=$currnet _dir_pathecho $xclip _tmp | Xclip-i
Set executable permissions
sudo chmod +x/usr/bin/openterminal. SH
Set the shortcut key on the keyboard as follows:
3. Use
Open the folder, press "Ctrl" + "L"
Reference:
http://forum.ubuntu.org.cn/viewtopic.php?t=476365 (script transferred from this article)
Ubuntu 16.04 quick keys setting in the current directory to open terminal