উত্তর:
আমি যখন রেল উন্নয়ন করি তখন 4 টি ট্যাব চালু করতে আমি যা ব্যবহার করি তা এখানে।
guake --rename-tab="Rails Server" --execute-command="cd ~/Aptana\ Studio\ 3\ Workspace/sample_app/ && rails s" &
sleep 2 &&
guake --new-tab=2 --rename-tab="Rails Test" --execute-command="cd ~/Aptana\ Studio\ 3\ Workspace/sample_app/ && 'autotest'" &
sleep 2 &&
guake --new-tab=3 --rename-tab="Rails Console" --execute-command="cd ~/Aptana\ Studio\ 3\ Workspace/sample_app/ && rails console" &
sleep 2 &&
guake --new-tab=4 --rename-tab="Rails Terminal" --execute-command="cd ~/Aptana\ Studio\ 3\ Workspace/sample_app/ && clear" &
একটি যাদুমন্ত্র মত কাজ করে :)
এটি বেশ সম্ভব, কমান্ড লাইন প্যারামিটারগুলি এটি সমর্থন করে।
#/bin/sh
# Just to be sure Guake is running.
# Guake handles multiple starting, won't create new instances
guake &
# Select first (0th) tab and rename it and execute something.
guake -s 0
sleep 1
guake -r "this-is-top"
sleep 1
guake -e top
sleep 1
# create a new tab in the ~ folder
guake -n ~
# rename the tab
guake -r "this-is-now-htop"
sleep 1
guake -e htop
sleep 1
guake -n ~
guake -n ~
guake -n ~
নিরাপদ মৃত্যুদন্ডের জন্য 'ঘুম' সেখানে রয়েছে, এগুলি ছাড়া আমার মেশিনে অদ্ভুত কিছু ঘটেছিল, নিখরচায় পরীক্ষা করতে পারেন। স্ক্রিপ্টটি ভালভাবে চালিত হয় গুয়াক ইতিমধ্যে চলছে বা না।