Ubuntu 16.04 quick keys setting in the current directory to open terminal

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.