[haiku-bugs] Re: [Haiku] #6712: Make new windows/tabs open at the path of the active tab

  • From: "andreasf" <trac@xxxxxxxxxxxx>
  • Date: Sun, 10 Oct 2010 11:27:42 -0000

#6712: Make new windows/tabs open at the path of the active tab
------------------------------------+---------------------------------------
  Reporter:  andreasf               |         Owner:  jackburton    
      Type:  enhancement            |        Status:  new           
  Priority:  normal                 |     Milestone:  R1            
 Component:  Applications/Terminal  |       Version:  R1/Development
Resolution:                         |      Keywords:                
Blocked By:                         |   Has a Patch:  0             
  Platform:  All                    |      Blocking:                
------------------------------------+---------------------------------------
Description changed by andreasf:

Old description:

> It would be nice if Terminal would spawn new shells in such a way that
> they do not open with the default home folder {{{~>}}} but with the
> current directory of the active shell.
>
> That would match Mac OS X and GNOME behavior.
>
> == Currently: ==
>
> Shell 1:
> {{{
>
> Welcome to the Haiku shell.
>
> ~> cd /Source/haiku
> /Source/haiku>
> }}}
>
> Alt+t
>
> Shell 2:
> {{{
>
> Welcome to the Haiku shell.
>
> ~> cd /Source/haiku/generated-gcc4
> /Source/haiku/generated-gcc4>
> }}}
>
> == Requested: ==
>
> Shell 1:
> {{{
>
> Welcome to the Haiku shell.
>
> ~> cd /Source/haiku
> /Source/haiku>
> }}}
>
> Alt+t
>
> Shell 2:
> {{{
>
> Welcome to the Haiku shell.
>
> /Source/haiku> cd generated-gcc4
> /Source/haiku/generated-gcc4>
> }}}

New description:

 It would be nice if Terminal would spawn new shells in such a way that
 they do not open with the default home folder {{{~>}}} but with the
 current directory of the active shell.

 That would match GNOME behavior.

 == Currently: ==

 Shell 1:
 {{{

 Welcome to the Haiku shell.

 ~> cd /Source/haiku
 /Source/haiku>
 }}}

 Alt+t

 Shell 2:
 {{{

 Welcome to the Haiku shell.

 ~> cd /Source/haiku/generated-gcc4
 /Source/haiku/generated-gcc4>
 }}}

 == Requested: ==

 Shell 1:
 {{{

 Welcome to the Haiku shell.

 ~> cd /Source/haiku
 /Source/haiku>
 }}}

 Alt+t

 Shell 2:
 {{{

 Welcome to the Haiku shell.

 /Source/haiku> cd generated-gcc4
 /Source/haiku/generated-gcc4>
 }}}

--

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6712#comment:1>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: