For those who haven't yet progressed from using a graphical interface file manager, and for learner PC users, I recommend Thunar, as it's light-weight, fast and expandable with all kinds of right-click actions you can make yourself to make work a lot faster.
Some tips
To drag-select files
if single click opens file, Ctrl-click on a file, then click on it again and drag
if hover-over select set to longer delay, or double click opens files, just click and drag
To select multiple files with the keyboard, hold Ctrl and use up/down and hit Space, just Down without Ctrl to deselect all
To move files
Click on a file once (with Ctrl if single click opens) and then click and drag.
Dragging a file onto the location buttons will open the location and the file can be dropped there or hovered over a directory there and dropped into it (can use Space to drop too).
Shift+Drag = move (just dragging a file might make a copy of it, ie if to another media)
Ctrl+Drag = copy
Ctrl+Shift+Drag = make link
The mouse pointer changes for each operation
Navigate
Alt-left go back in the directory history
Alt-right go forwards
Tabs
Thunar 1.6 has a Tabs feature, which makes it easier for moving files to locations all in one window and without going back and forwards in the directory browse history. You can select and drag files to the tab header and then drop them at that location.
My tabs shortcuts are Crtl-Space and Shift-Space to add or close tabs. But there's no easy shortcut to switch from one tab to the next!!
There's a "Skip All" button in the Copy/Move dialogue so that you can copy a whole dir of files over and skip all the identical files, but if you want to copy over updated files you'll still have to click on Replace one-by-one, checking the time-stamps. For updating you need to make a custom action that will `rsync -u` the selected files to the next tab.
Shortcut panel
No Documents, Downloads, Music, Video folders in home? -go to them in the 'Go' menu and they will appear. Then drag them to the shorcuts on the left.
You can set the directory location of these icons by editing the ~/.config/user-dirs.dirs file, e.g.
just edit the path to your music dir, and restart the file manager if it's opened.
You can select which places will show in the left-hand panel. Just right click there and select from DEVICES, PLACES or NETWORK.
Switch to expandable folder tree with Ctrl-E, and to Places pane with Ctrl-B. Hit the same again and the tree pane is hidden.
Another massive improvement with 1.6 is the ejecting of media... with 1.4 there would always be an error saying data needs to be written, even long after a file transfer was done. Pulling out a USB stick, for example, would often render the stick read-only. Now in 1.6 the eject button, next to the mounted device, has a wait/process icon and then the media disappears from Devices, safe to pull out.
Modify the menu bar accelerator keys
Set up GTK accels
add the line
and restart Thunar. Then mouse over a menu item and type a new shortcut key (works with any GTK drop-down menus).
Here are my own shortcuts
Alt-W
New window
Alt-Escape
Close
Ctrl-Space
New Tab
Shift-Space
Close Tab
Alt-N
New folder
Alt-D
Duplicate
Alt-L
Make Link
Alt-Q
Home
Alt-1 to Alt-0
Locations
Right-click custom actions
This is what makes Thunar much more versatile than some other file managers, having the ability to launch nearly any command on selected dir's and files through the right-click menu. There are lots of ideas in the links below and then all mine are listed here too. You can make any kind of custom action depending on what you need to do, you just need to experiment with the Thunar macros (i.e. %f, %F, %n, etc) and see what works.
There is a limit however as to what you add to the right-click menu, as that menu is going to get quite full!
Note that all my custom actions here are included in my Ranger keybinds which is a faster way to work than with Thunar. I use yad here instead of zenity.
Also, see my Image processing page, under My Tutorials, for custom actions with Mogrify for converting and resizing images.
Plus my custom actions with ffmpeg commands on my HD Video page.
Custom actions to backup files (using scripts)
duplicate with infix
Thunar command: ~/scripts/duplicate %f
conditions: any
copy to backup (1st make the dir)
Thunar command: ~/backup.sh %n
conditions: text, other files
Tip: in the custom action description, an underscore "_" before a character makes that character the shortcut key for the action on the right click menu.
So for opening a file with geany, I use _.geany %f which means I can hit the "context menu" button to the right of Space bar and then "dot" and I get geany, which is quite fast.
Next page:
Firewall - set up a simple firewall using iptables