Originally posted by: Smilin
Yeah, CLI is pretty quick for getting you to a specific directory if it's short. GUI is better overall though.
Can't remember the last time I actually browsed to windows\system32 for instance.
Windows also has some of those odd gui/cmd/run things that speed stuff up too. To get to your hosts file fast, do windows+R and type "drivers" and you've just jumped into the GUI and halfway browsed there.
Ya. I don't have a Windows machine handy so I don't know what all those things do.
But you have similar things with Linux, of course.
For example:
Open up a nautlius window...
ctrl-l -- opens up the 'location' dialog type paths..
You can do paths on your directory system, but also you can do remote shares via the gnome-vfs stuff buy using URL syntax.
For instance say you have a remote ssh somewere.
ctrl-l
ssh://user@machine.name/path
Supports a few of them. SMB, ftp, ssh are probably the most common.
Also in nautilus say you have a big directory full of files. I always have a very hard time scanning through a GUI file manager to find files. It's usually slow miss what I am looking for, even in alphabetal order. I guess I am retarded like that.
But you can hit ctrl-f to do a search string, or you can simply type out the name of the file and it will highlight the first matches as you go. Then you hit 'enter' to open the file when it's highlighted the one you want.
Just for normal desktop usage..
alt-f2 (configurable shortcut in Gnome) to open the 'run' dialog.
You can type out commands, typically. I find it's easier sometimes to run programs if I know their names then to go through the application menus and find what I want.
If you just start typing it'll try to do a smart match for applications and will try to autocomplete for you.
If you type out a directory or filename then it will try to autocomplete that for you as well as launching it with the defualt application.
There is bunches of stuff like that.