Results 1 to 4 of 4

Thread: How to right click folder open with terminal

  1. #1
    Join Date
    Sep 2005
    Beans
    230

    How to right click folder open with terminal

    Like in windows we browse to folfers and right click and theres a tweak setting which gives an option on right click - command prompt here

    How do we open folder with terminal on right click ?
    affordable hosting at xpindia.com
    Registered linux user #397629

  2. #2
    Join Date
    Mar 2006
    Location
    Nerderlands
    Beans
    1,349
    Distro
    Ubuntu

    Re: How to right click folder open with terminal

    create a new script in the nautilus script dir with the following content:
    Code:
    #!/bin/bash
    gnome-terminal  --working-directory $1
    make the script executable after saving..
    "Please choose a different password, the one you have chosen is in use by UID 1432"

  3. #3
    Join Date
    Apr 2006
    Beans
    511
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to right click folder open with terminal

    Code:
    sudo apt-get install nautilus-open-terminal

  4. #4
    Join Date
    Sep 2005
    Beans
    230

    Re: How to right click folder open with terminal

    Thank you.
    affordable hosting at xpindia.com
    Registered linux user #397629

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •