diff options
author | hut <hut@lavabit.com> | 2010-03-19 13:25:40 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-19 13:25:40 +0100 |
commit | 9306d98f3bd0a6927e1426c0614cb6c2864274a3 (patch) | |
tree | bcefd22b0df818167994479e88e2b748637797a6 | |
parent | 916cf0b6aab704e9aa0f7def221f381e136d2ae1 (diff) | |
download | ranger-9306d98f3bd0a6927e1426c0614cb6c2864274a3.tar.gz |
help.fileop: document Task View
-rw-r--r-- | ranger/help/fileop.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ranger/help/fileop.py b/ranger/help/fileop.py index 2fac9786..53ce9ff8 100644 --- a/ranger/help/fileop.py +++ b/ranger/help/fileop.py @@ -19,6 +19,7 @@ 4.1. Destructive Operations 4.2. The Selection 4.3. Copying and Pasting +4.4. Task View ============================================================================== @@ -74,6 +75,26 @@ If renaming is not possible because the source and the destination are on separate devices, it will be copied and eventually the source is deleted. This implies that a file can only be cut + pasted once. + +============================================================================== +4.4. Task View + +The task view lets you manage IO tasks like copying, moving and +loading directories by changing their priority or stop them. + + w open or close the task view + dd stop the task + J decrease the priority of the task + K increase the priority of the task + +The execution of tasks is not parallel but sequential. Only the +topmost task is executed. Ranger constantly switches between +handling GUI and executing tasks. One movement of the throbber at +the top right represents such a switch, so while the throbber is +standing still, ranger is locked by a Input/Output operation and +you will not be able to input any commands. + + ============================================================================== """ # vim:tw=78:sw=4:sts=8:ts=8:ft=help |