OS X Terminal.app: วิธีเริ่มแท็บใหม่ในไดเรกทอรีเดียวกันกับแท็บปัจจุบัน


24

ฉันมักจะต้องเปิดแท็บใหม่ในไดเรกทอรีเดียวกันกับแท็บปัจจุบันของฉันเพื่อทำสิ่งอื่นในขณะที่แท็บปัจจุบันของฉันถูกครอบครองโดยกระบวนการที่ใช้เวลานาน อย่างไรก็ตามตามค่าเริ่มต้นเมื่อคุณสร้างแท็บใหม่ Terminal.app จะเริ่มต้นที่ ~ / มีความคิดวิธีทำให้กระโดดอัตโนมัติอย่างไร?


ขอบคุณมากสำหรับคำตอบด่วน ๆ ! ฉันพอใจกับการเปิดตัวแท็บใหม่ด้วยการเรียกใช้สคริปต์ แต่ฉันสงสัยว่ามีวิธีอื่นที่จะทำหรือไม่เพราะฉันไม่สามารถเรียกใช้สคริปต์ได้หากมีโปรแกรมที่ทำงานอยู่และครอบครองแท็บปัจจุบันอยู่แล้ว: |
Riobard

คำตอบ:


10

ใน OS X 10.7 (Lion), Terminal.app รองรับสิ่งนี้: New Windows/Tabs open in: Same working directory


มันแย่มากที่ Apple ไม่ทำ backport ... อยากเห็นฟีเจอร์นี้ใน Snow Leopard
Wander Nauta

4
ฉันตั้งค่าไว้แล้ว แต่ใช้งานไม่ได้สำหรับฉัน หน้าต่างการตั้งค่าระบุบางอย่างเกี่ยวกับการเปิดใช้งานลำดับ escape ก่อนที่จะสามารถทำงานได้
Ram on Rails

2

หนึ่งจะต้องระมัดระวังอย่างมากเมื่อส่งสตริงผ่านสภาพแวดล้อมที่แตกต่างกัน

ฉันรัน 10.4 ดังนั้นสคริปต์ 'tfork' ของฉันจะเปิดหน้าต่างใหม่แทน ควรปรับให้เข้ากับแท็บได้ง่าย:

#!/bin/sh

# source: http://www.pycs.net/bob/weblog/2004/02/23.html#P49
# Rewritten to use osascript args -> run handler args.
# Added ability to pass additional initial command and args to new shell.
#    Bug: Non ASCII characters are unreliable on Tiger.
#         Tiger's osascript seems to expect args to be encoded in
#         the system's primary encoding (e.g. MacRoman).
#         Once in AppleScript, they are handled OK. Terminal sends them
#         back to the shell as UTF-8.

test $# -eq 0 && set -- : # default command if none given
osascript - "$(pwd)" "$@" <<\EOF
on run args
  set dir to quoted form of (first item of args)
  set cmd_strs to {}
  repeat with cmd_str in rest of args
    set end of cmd_strs to quoted form of cmd_str
  end
  set text item delimiters to " "
  set cmd to cmd_strs as Unicode text
  tell app "Terminal" to do script "cd " & dir & " && " & cmd
end
EOF

ตัวอย่าง: tfork git log -p ..FETCH_HEAD


การแก้ไข: cwd ของกระบวนการที่กำลังทำงานอยู่“ ครอบครอง” แท็บเทอร์มินัล

แนวคิดของ“ ไดเรกทอรีปัจจุบันของโปรแกรมที่ใช้แท็บปัจจุบัน” ไม่ชัดเจนเท่าที่คาดไว้

แต่ละแท็บเทอร์มินัลมีอุปกรณ์ tty เดียวที่ใช้โดยกระบวนการที่เรียกใช้ (เริ่มแรกคือเชลล์หลังจากนั้นทุกสิ่งที่เชลล์เริ่มต้น)

เทอร์มินัล tty แต่ละตัว (ปกติ) มีกลุ่มกระบวนการพื้นหน้าเดี่ยวที่กลุ่มหนึ่งอาจพิจารณาว่าเป็น“ ครอบครอง” tty

แต่ละกลุ่มกระบวนการสามารถมีหลายกระบวนการในนั้น

แต่ละกระบวนการสามารถมีไดเรกทอรีการทำงานปัจจุบันของตัวเอง (cwd) (บางสภาพแวดล้อมให้แต่ละเธรดของพวกเขาเองเทียบเท่าหรือ cwd เทียบเท่า cwd แต่เราจะไม่สนใจมัน)

ข้อเท็จจริงก่อนหน้านี้สร้างชนิดของการติดตามที่จาก tty ถึง cwd: tty -> กลุ่มกระบวนการเบื้องหน้า -> กระบวนการของกลุ่มกระบวนการเบื้องหน้า -> cwds

ส่วนแรก (จากกระบวนการ tty ไปยังเบื้องหน้า) ของปัญหาสามารถแก้ไขได้ด้วยเอาต์พุตจากps :

ps -o tty,pid,tpgid,pgid,state,command | awk 'BEGIN{t=ARGV[1];ARGC=1} $1==t && $3==$4 {print $2}' ttyp6

(โดยที่“ ttyp6” เป็นชื่อของผลประโยชน์ tty)

การแมปจากกระบวนการ (PID) ถึง cwd สามารถทำได้ด้วยlsof :

lsof -F 0n -a -p 2515,2516 -d cwd

(โดยที่“ 2515,2516” เป็นรายการที่คั่นด้วยเครื่องหมายจุลภาคของกระบวนการที่น่าสนใจ)

แต่ภายใต้ Tiger ฉันไม่เห็นวิธีการรับชื่ออุปกรณ์ tty ของหน้าต่างTerminalเฉพาะ มีวิธีที่น่าเกลียดอย่างน่ากลัวในการรับชื่อ tty ใน Tiger บางที Leopard หรือ Snow Leopard สามารถทำได้ดีกว่า

ฉันรวบรวมทั้งหมดไว้ใน AppleScript เช่นนี้

on run
    (* Find the tty. *)
    -- This is ugly. But is seems to work on Tiger. Maybe newer releases can do better.
    tell application "Terminal"
        set w to window 1
        tell w
            set origName to name
            set title displays device name to not title displays device name
            set newName to name
            set title displays device name to not title displays device name
        end tell
    end tell
    set tty to extractTTY(origName, newName)
    if tty is "" then
        display dialog "Could not find the tty for of the current Terminal window." buttons "Cancel" cancel button "Cancel" default button "Cancel"
    end if

    (* Find the PIDs of the processes in the foreground process group on that tty. *)
    set pids to paragraphs of (do shell script "
ps -o pid,tty,tpgid,pgid,state,command |
awk '
    BEGIN   {t=ARGV[1];ARGC=1}
    $2==t && $3==$4 {print $1}
' " & quoted form of tty)
    if pids is {} or pids is {""} then
        display dialog "Could not find the processes for " & tty & "." buttons "Cancel" cancel button "Cancel" default button "Cancel"
    end if

    (* Find the unique cwds of those processes. *)
    set text item delimiters to {","}
    set lsof to do shell script "lsof -F 0n -a -d cwd -p " & quoted form of (pids as Unicode text) without altering line endings
    set text item delimiters to {(ASCII character 0) & (ASCII character 10)}
    set cwds to {}
    repeat with lsofItem in text items of lsof
        if lsofItem starts with "n" then
            set cwd to text 2 through end of lsofItem
            if cwds does not contain cwd then ¬
                set end of cwds to cwd
        end if
    end repeat
    if cwds is {} then
        display dialog "No cwds found!?" buttons "Cancel" cancel button "Cancel" default button "Cancel"
    end if
    if length of cwds is greater than 1 then
        set cwds to choose from list cwds with title "Multiple Distinct CWDs" with prompt "Choose the directory to use:" without multiple selections allowed and empty selection allowed
        if cwds is false then error number -128 -- cancel
    end if

    (* Open a new Terminal. *)
    tell application "Terminal" to do script "cd " & quoted form of item 1 of cwds
end run

to extractTTY(a, b)
    set str to textLeftAfterRemovingMatchingHeadAndTail(a, b)
    set offs to offset of "tty" in str
    if offs > 0 then
        return text offs through (offs + 4) of str
    end if
    return ""
end extractTTY
to textLeftAfterRemovingMatchingHeadAndTail(big, little)
    set text item delimiters to space
    if class of big is not list then set big to text items of big
    if class of little is not list then set little to text items of little
    set {maxLen, minLen} to {length of big, length of little}
    if maxLen < minLen then ¬
        set {big, little, maxLen, minLen} to {little, big, minLen, maxLen}

    set start to missing value
    repeat with i from 1 to minLen
        if item i of big is not equal to item i of little then
            set start to i
            exit repeat
        end if
    end repeat
    if start is missing value then
        if maxLen is equal to minLen then
            return ""
        else
            return items (minLen + 1) through end of big as Unicode text
        end if
    end if

    set finish to missing value
    repeat with i from -1 to -minLen by -1
        if item i of big is not equal to item i of little then
            set finish to i
            exit repeat
        end if
    end repeat
    if finish is missing value then set finish to -(minLen + 1)

    return items start through finish of big as Unicode text
end textLeftAfterRemovingMatchingHeadAndTail

บันทึกด้วยScript Editor ( AppleScript Editorใน Snow Leopard) และใช้ตัวเรียกใช้งาน (เช่นFastScripts ) เพื่อกำหนดให้กับคีย์ (หรือเรียกใช้จากเมนู AppleScript (เปิดใช้งานผ่าน/ Applications / AppleScript / AppleScript Utility )


1

ฉันโพสต์สคริปต์ที่ใช้รหัสของChris Johnsenด้านบนและอีกสคริปต์เพื่อเปิดแท็บใหม่ในไดเรกทอรีปัจจุบันด้วยการตั้งค่าปัจจุบันส่วนใหญ่เป็นเพราะฉันประสานงานอาคารของฉัน ขอบคุณคริสสำหรับสคริปต์นั้นฉันใช้มันมาสองสามเดือนแล้วและมันก็ช่วยประหยัดเวลาได้มาก

(* สคริปต์นี้เปิดแท็บ Terminal.app ใหม่ในไดเรกทอรีของแท็บปัจจุบันด้วยการตั้งค่าเดียวกันคุณจะต้องเปิดใช้งานการเข้าถึงอุปกรณ์ช่วยเหลือตามที่อธิบายไว้ที่นี่: http: // www .macosxautomation.com / applescript / uiscripting / index.html

มันเกือบจะเป็นผลงานของสองสคริปต์ทั้งหมดที่รวมกันขอบคุณ:

สคริปต์ของ Chris Johnsen เปิดแท็บใหม่ในไดเรกทอรีปัจจุบัน: OS X Terminal.app: จะเริ่มแท็บใหม่ในไดเรกทอรีเดียวกันกับแท็บปัจจุบันได้อย่างไร

"menu_click" ของ Jacob Rus ให้ฉันสร้างแท็บด้วยการตั้งค่าเดียวกันเนื่องจาก API ของ Terminal ไม่ได้: http://hints.macworld.com/article.php?story=20060921045743404

หากคุณเปลี่ยนชื่อของโปรไฟล์เทอร์มินัล AppleScript API จะส่งคืนชื่อเดิมจนกว่าคุณจะรีสตาร์ทแอปพลิเคชันดังนั้นสคริปต์จะไม่ทำงานในการเปลี่ยนชื่อการตั้งค่าจนกว่าจะถึงตอนนั้น ฮึ. นอกจากนี้ความจำเป็นในการเปิดใช้งานเทอร์มินัลเพื่อเรียกใช้งานคำสั่งเมนูจะทำให้หน้าต่างเทอร์มินัลทั้งหมดอยู่ด้านหน้า

*)

-- from http://hints.macworld.com/article.php?story=20060921045743404
-- `menu_click`, by Jacob Rus, September 2006
-- 
-- Accepts a list of form: `{"Finder", "View", "Arrange By", "Date"}`
-- Execute the specified menu item.  In this case, assuming the Finder 
-- is the active application, arranging the frontmost folder by date.

on menu_click(mList)
    local appName, topMenu, r

    -- Validate our input
    if mList's length < 3 then error "Menu list is not long enough"

    -- Set these variables for clarity and brevity later on
    set {appName, topMenu} to (items 1 through 2 of mList)
    set r to (items 3 through (mList's length) of mList)

    -- This overly-long line calls the menu_recurse function with
    -- two arguments: r, and a reference to the top-level menu
    tell application "System Events" to my menu_click_recurse(r, ((process appName)'s ¬
        (menu bar 1)'s (menu bar item topMenu)'s (menu topMenu)))
end menu_click

on menu_click_recurse(mList, parentObject)
    local f, r

    -- `f` = first item, `r` = rest of items
    set f to item 1 of mList
    if mList's length > 1 then set r to (items 2 through (mList's length) of mList)

    -- either actually click the menu item, or recurse again
    tell application "System Events"
        if mList's length is 1 then
            click parentObject's menu item f
        else
            my menu_click_recurse(r, (parentObject's (menu item f)'s (menu f)))
        end if
    end tell
end menu_click_recurse



-- with the noted slight modification, from /superuser/61149/os-x-terminal-app-how-to-start-a-new-tab-in-the-same-directory-as-the-current-ta/61264#61264

on run
    (* Find the tty. *)
    -- This is ugly. But is seems to work on Tiger. Maybe newer releases can do better.
    tell application "Terminal"
        set w to the front window
        tell w
            set origName to name
            set title displays device name to not title displays device name
            set newName to name
            set title displays device name to not title displays device name
        end tell
    end tell
    set tty to extractTTY(origName, newName)
    if tty is "" then
        display dialog "Could not find the tty for of the current Terminal window." buttons "Cancel" cancel button "Cancel" default button "Cancel"
    end if

    (* Find the PIDs of the processes in the foreground process group on that tty. *)
    set pids to paragraphs of (do shell script "
ps -o pid,tty,tpgid,pgid,state,command |
awk '
    BEGIN   {t=ARGV[1];ARGC=1}
    $2==t && $3==$4 {print $1}
' " & quoted form of tty)
    if pids is {} or pids is {""} then
        display dialog "Could not find the processes for " & tty & "." buttons "Cancel" cancel button "Cancel" default button "Cancel"
    end if

    (* Find the unique cwds of those processes. *)
    set text item delimiters to {","}
    set lsof to do shell script "lsof -F 0n -a -d cwd -p " & quoted form of (pids as Unicode text) without altering line endings
    set text item delimiters to {(ASCII character 0) & (ASCII character 10)}
    set cwds to {}
    repeat with lsofItem in text items of lsof
        if lsofItem starts with "n" then
            set cwd to text 2 through end of lsofItem
            if cwds does not contain cwd then ¬
                set end of cwds to cwd
        end if
    end repeat
    if cwds is {} then
        display dialog "No cwds found!?" buttons "Cancel" cancel button "Cancel" default button "Cancel"
    end if
    if length of cwds is greater than 1 then
        set cwds to choose from list cwds with title "Multiple Distinct CWDs" with prompt "Choose the directory to use:" without multiple selections allowed and empty selection allowed
        if cwds is false then error number -128 -- cancel
    end if

    (* Open a new Terminal. *)

    -- Here is where I substituted the menu_click call to use the current settings

    tell application "Terminal"
        activate
        tell window 1
            set settings to name of current settings in selected tab
        end tell
    end tell
    menu_click({"Terminal", "Shell", "New Tab", settings})

    tell application "Terminal" to do script "cd " & quoted form of item 1 of cwds in selected tab of window 1
end run

to extractTTY(a, b)
    set str to textLeftAfterRemovingMatchingHeadAndTail(a, b)
    set offs to offset of "tty" in str
    if offs > 0 then
        return text offs through (offs + 6) of str
    end if
    return ""
end extractTTY
to textLeftAfterRemovingMatchingHeadAndTail(big, little)
    set text item delimiters to space
    if class of big is not list then set big to text items of big
    if class of little is not list then set little to text items of little
    set {maxLen, minLen} to {length of big, length of little}
    if maxLen < minLen then ¬
        set {big, little, maxLen, minLen} to {little, big, minLen, maxLen}

    set start to missing value
    repeat with i from 1 to minLen
        if item i of big is not equal to item i of little then
            set start to i
            exit repeat
        end if
    end repeat
    if start is missing value then
        if maxLen is equal to minLen then
            return ""
        else
            return items (minLen + 1) through end of big as Unicode text
        end if
    end if

    set finish to missing value
    repeat with i from -1 to -minLen by -1
        if item i of big is not equal to item i of little then
            set finish to i
            exit repeat
        end if
    end repeat
    if finish is missing value then set finish to -(minLen + 1)

    return items start through finish of big as Unicode text
end textLeftAfterRemovingMatchingHeadAndTail


0

ฉันใช้สคริปต์สมนาม / เชลล์นี้เพื่อดำเนินการ

# modified from http://www.nanoant.com/programming/opening-specified-path-in-terminals-new-tab
alias twd=new_terminal_working_directory
function new_terminal_working_directory() {
osascript <<END 
        tell application "Terminal"
            tell application "System Events" to tell process "Terminal" to keystroke "t" using command down
        do script "cd $(pwd)" in first window
    end tell
END
}

1
ดูเหมือนว่ามันจะมีปัญหาถ้า cwd มีอักขระบางตัวอยู่ในนั้น (เชลล์เมตาอักขระและโทเค็นการควบคุม; เช่นไดเรกทอรีที่มีช่องว่างอยู่)
344 Chris

0

สคริปต์ที่ลิงค์นั้นดูเหมือนว่าจะมีปัญหาเกี่ยวกับไดเรกทอรีและคำสั่ง / args ที่ฝังเครื่องหมายคำพูดเดี่ยวไว้ อาจไม่น่าจะเกินไป แต่เป็นข้อผิดพลาด
344 Chris
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.