Hi,
I have a stupid problem and maybe also out of topic here...
Due to my habits I often need to open Dolphin from a konsole, I need dolphin to be opened in the current directory.
What I do is to run pwd and then copy and paste the current directory to the command Dolphin:
Is there a way to do it avoiding using the mouse? i.e., avoiding the copy&paste operation?
I tried a
but it does not work...
I know that, under Kubuntu 9.04, it is possible to right click and "open browser here" thath opens the default browser (dolphin) in the current directory, i.e., exactly what I need. I would like, however, to do it without the mouse.
thanks in advance,
g.
I have a stupid problem and maybe also out of topic here...
Due to my habits I often need to open Dolphin from a konsole, I need dolphin to be opened in the current directory.
What I do is to run pwd and then copy and paste the current directory to the command Dolphin:
Code:
myname@trinity:~$ pwd /home/myname/dir1 myname@trinity:~$ dolphin /home/myname/dir1
I tried a
Code:
pwd | dolphin
I know that, under Kubuntu 9.04, it is possible to right click and "open browser here" thath opens the default browser (dolphin) in the current directory, i.e., exactly what I need. I would like, however, to do it without the mouse.
thanks in advance,
g.
Comment