From 5588ccbab5cb30fb65a2f8e4aa4499d1567cf6ee Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 17 Apr 2010 14:05:15 +0200 Subject: help.starting: updated --- ranger/help/starting.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ranger/help/starting.py b/ranger/help/starting.py index 29921ffc..88f90184 100644 --- a/ranger/help/starting.py +++ b/ranger/help/starting.py @@ -66,7 +66,8 @@ in the class CustomApplications which starts with "app_" can be used as a program in the "open with" prompt. You're encouraged to add your own program definitions to the list. Refer to -documentation in ranger/applications.py for more information on this subject. +the existing examples in the apps.py, it should be easy to adapt it for your +purposes. ============================================================================== @@ -75,8 +76,8 @@ documentation in ranger/applications.py for more information on this subject. Sometimes there are multiple variants to open a file. For example, ranger gives you 2 ways of opening a video (by default): - 0 fullscreen - 1 windowed + 0 windowed + 1 fullscreen By specifying a mode, you can select one of those. The "l" key will start a file in mode 0. "4l" will start the file in mode 4 etc. @@ -92,7 +93,7 @@ For a list of all programs and modes, see ranger/defaults/apps.py Flags give you a way to modify the behaviour of the spawned process. s Silent mode. Output will be discarded. - d Detach the process. + d Detach the process. (Run in background) p Redirect output to the pager For example, "open with: p" will pipe the output of that process into -- cgit 1.4.1-2-gfad0 ittests/test_cmd_bookmark.h?id=7a319df6c80c472adcf416c8737e7b156854352b'>commit diff stats
path: root/tests/unittests/test_cmd_bookmark.h
blob: d8e598bb3a62ba8820e8fcedbaf0529372fe926f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18