From 8129ccb6d1e10182d60a71483da2c3db08108adb Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 10:33:50 +0200 Subject: Changed hashbang line to "#!/usr/bin/env python" --- doc/print_colors.py | 2 +- doc/print_keys.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/print_colors.py b/doc/print_colors.py index 7ffd6500..c3508fa6 100755 --- a/doc/print_colors.py +++ b/doc/print_colors.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ You can use this tool to display all supported colors and their color number. It will exit after a keypress. diff --git a/doc/print_keys.py b/doc/print_keys.py index 0790acab..f87a2a40 100644 --- a/doc/print_keys.py +++ b/doc/print_keys.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ You can use this tool to find out values of keypresses """ -- cgit 1.4.1-2-gfad0 From edf3d9f8dc470128fc9047b16d89881d5269944e Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 11:50:58 +0200 Subject: updated pydoc --- doc/pydoc/ranger.colorschemes.html | 5 ++-- doc/pydoc/ranger.defaults.apps.html | 2 ++ doc/pydoc/ranger.ext.html | 14 +++++----- doc/pydoc/ranger.fsobject.directory.html | 34 ++++++++++++++---------- doc/pydoc/ranger.fsobject.file.html | 35 ++++++++++++++++--------- doc/pydoc/ranger.fsobject.fsobject.html | 23 +++++++--------- doc/pydoc/ranger.gui.curses_shortcuts.html | 12 ++++++++- doc/pydoc/ranger.gui.defaultui.html | 2 ++ doc/pydoc/ranger.gui.displayable.html | 4 +++ doc/pydoc/ranger.gui.ui.html | 2 ++ doc/pydoc/ranger.gui.widgets.browsercolumn.html | 11 ++++---- doc/pydoc/ranger.gui.widgets.browserview.html | 2 ++ doc/pydoc/ranger.gui.widgets.console.html | 14 ++++++++++ doc/pydoc/ranger.gui.widgets.html | 2 ++ doc/pydoc/ranger.gui.widgets.pager.html | 2 ++ doc/pydoc/ranger.gui.widgets.statusbar.html | 2 ++ doc/pydoc/ranger.gui.widgets.taskview.html | 2 ++ doc/pydoc/ranger.gui.widgets.titlebar.html | 2 ++ 18 files changed, 113 insertions(+), 57 deletions(-) (limited to 'doc') diff --git a/doc/pydoc/ranger.colorschemes.html b/doc/pydoc/ranger.colorschemes.html index 966e9978..05a3017d 100644 --- a/doc/pydoc/ranger.colorschemes.html +++ b/doc/pydoc/ranger.colorschemes.html @@ -20,8 +20,7 @@
default
default88
jungle
-plain
-
snow
-texas
+snow
+
texas
\ No newline at end of file diff --git a/doc/pydoc/ranger.defaults.apps.html b/doc/pydoc/ranger.defaults.apps.html index fb820921..e6f07ec6 100644 --- a/doc/pydoc/ranger.defaults.apps.html +++ b/doc/pydoc/ranger.defaults.apps.html @@ -100,6 +100,8 @@ Methods defined here:
app_feh(self, c)
+
app_file_roller(self, c)
+
app_firefox lambda self, context
app_gimp lambda self, context
diff --git a/doc/pydoc/ranger.ext.html b/doc/pydoc/ranger.ext.html index afd5aeb2..80d894b8 100644 --- a/doc/pydoc/ranger.ext.html +++ b/doc/pydoc/ranger.ext.html @@ -21,17 +21,19 @@ command_parser
curses_interrupt_handler
direction
-get_executables
-human_readable
+get_executables
+human_readable
iter_tools
keybinding_parser
-mount_path
-openstruct
+lazy_property
+mount_path
+openstruct
shell_escape
shutil_generatorized
-signal_dispatcher
+signal_dispatcher
spawn
-tree
+tree
+utfwidth
waitpid_no_intr
\ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.directory.html b/doc/pydoc/ranger.fsobject.directory.html index 77790809..56306bb0 100644 --- a/doc/pydoc/ranger.fsobject.directory.html +++ b/doc/pydoc/ranger.fsobject.directory.html @@ -99,10 +99,16 @@ Methods defined here:
empty(self)
Is the directory empty?
+
get_description(self)
+
get_list(self)
get_selection(self)
READ ONLY
+
go(self)
enter the directory if the filemanager is running
+ +
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
+
load_bit_by_bit(self)
Returns a generator which load a part of the directory
in each iteration.
@@ -138,6 +144,8 @@ outdated or not done yet
unload(self)
+
use(self)
mark the filesystem-object as used at the current time
+
Data and other attributes defined here:
content_loaded = False
@@ -184,14 +192,8 @@ Methods inherited from
__str__(self)
returns a string containing the absolute path
-
get_description(self)
-
get_permission_string(self)
-
go(self)
enter the directory if the filemanager is running
- -
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
-
load(self)
reads useful information about the filesystem-object from the
filesystem and caches it for later use
@@ -202,18 +204,12 @@ or nonexistant.
set_mimetype(self)
assign attributes such as self.video according to the mimetype
-
use(self)
mark the filesystem-object as used at the current time
-
Data descriptors inherited from ranger.fsobject.fsobject.FileSystemObject:
-
filetype
-
mimetype
mimetype_tuple
-
shell_escaped_basename
-

Data and other attributes inherited from ranger.fsobject.fsobject.FileSystemObject:
accessible = False
@@ -234,6 +230,8 @@ Data and other attributes inherited from
is_socket = False -
last_used = None
-
loaded = False
marked = False
@@ -262,8 +258,12 @@ Data and other attributes inherited from
       
accept_file(fname, hidden_filter, name_filter)
+
os_lstat = lstat(...)
lstat(path) -> stat result

+Like stat(path), but do not follow symbolic links.
+
os_stat = stat(...)
stat(path) -> stat result

+Perform a stat system call on the given path.
sort_by_basename(path)
returns path.basename (for sorting)
sort_by_basename_icase(path)
returns case-insensitive path.basename (for sorting)
sort_by_directory(path)
returns 0 if path is a directory, otherwise 1 (for sorting)
diff --git a/doc/pydoc/ranger.fsobject.file.html b/doc/pydoc/ranger.fsobject.file.html index 948be90d..fb945388 100644 --- a/doc/pydoc/ranger.fsobject.file.html +++ b/doc/pydoc/ranger.fsobject.file.html @@ -25,6 +25,15 @@ # along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ + + + +
 
+Modules
       
re
+
zipfile
+

+ @@ -55,6 +64,10 @@
Methods defined here:
+
get_preview_source(self)
+ +
has_preview(self)
+
is_binary(self)

@@ -73,14 +86,8 @@ Methods inherited from
__str__(self)
returns a string containing the absolute path
-
get_description(self)
-
get_permission_string(self)
-
go(self)
enter the directory if the filemanager is running
- -
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
-
load(self)
reads useful information about the filesystem-object from the
filesystem and caches it for later use
@@ -91,18 +98,14 @@ or nonexistant.
set_mimetype(self)
assign attributes such as self.video according to the mimetype
-
use(self)
mark the filesystem-object as used at the current time
+
use(self)
Used in garbage-collecting.  Override in Directory

Data descriptors inherited from ranger.fsobject.fsobject.FileSystemObject:
-
filetype
-
mimetype
mimetype_tuple
-
shell_escaped_basename
-

Data and other attributes inherited from ranger.fsobject.fsobject.FileSystemObject:
accessible = False
@@ -125,6 +128,8 @@ Data and other attributes inherited from
is_socket = False -
last_used = None
-
loaded = False
marked = False
@@ -153,8 +156,12 @@ Data and other attributes inherited from
 
Classes
        N_FIRST_BYTES = 20
+PREVIEW_BLACKLIST = <_sre.SRE_Pattern object>
+PREVIEW_WHITELIST = <_sre.SRE_Pattern object>
control_characters = set(['\x00', '\x01', '\x02', '\x03', '\x04', '\x05', ...])
\ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.fsobject.html b/doc/pydoc/ranger.fsobject.fsobject.html index 869ecfbe..ce0b983f 100644 --- a/doc/pydoc/ranger.fsobject.fsobject.html +++ b/doc/pydoc/ranger.fsobject.fsobject.html @@ -66,14 +66,8 @@ Methods defined here:

__str__(self)
returns a string containing the absolute path
-
get_description(self)
-
get_permission_string(self)
-
go(self)
enter the directory if the filemanager is running
- -
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
-
load(self)
reads useful information about the filesystem-object from the
filesystem and caches it for later use
@@ -84,18 +78,14 @@ or nonexistant.
set_mimetype(self)
assign attributes such as self.video according to the mimetype
-
use(self)
mark the filesystem-object as used at the current time
+
use(self)
Used in garbage-collecting.  Override in Directory

Data descriptors defined here:
-
filetype
-
mimetype
mimetype_tuple
-
shell_escaped_basename
-

Data and other attributes defined here:
accessible = False
@@ -118,6 +108,8 @@ Data and other attributes defined here:
extension = None
+
filetype = None
+
force_load = False
image = False
@@ -136,8 +128,6 @@ Data and other attributes defined here:
is_socket = False
-
last_used = None
-
loaded = False
marked = False
@@ -148,8 +138,12 @@ Data and other attributes defined here:
permissions = None
+
realpath = None
+
runnable = False
+
shell_escaped_basename = None
+
size = 0
stat = None
@@ -219,5 +213,6 @@ Fractions of a second may be present if          BAD_INFO = '?'
-CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...) +CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...)
+extsep = '.' \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.curses_shortcuts.html b/doc/pydoc/ranger.gui.curses_shortcuts.html index 56fb8618..0063e437 100644 --- a/doc/pydoc/ranger.gui.curses_shortcuts.html +++ b/doc/pydoc/ranger.gui.curses_shortcuts.html @@ -67,6 +67,8 @@
Methods defined here:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -89,5 +91,13 @@ Data descriptors inherited from ranger.shared.settings.SettingsAware:
settings = {}
- +

+ + + + + +
 
+Functions
       
ascii_only(string)
+
\ No newline at end of file diff --git a/doc/pydoc/ranger.gui.defaultui.html b/doc/pydoc/ranger.gui.defaultui.html index 93496aed..64316851 100644 --- a/doc/pydoc/ranger.gui.defaultui.html +++ b/doc/pydoc/ranger.gui.defaultui.html @@ -169,6 +169,8 @@ Data descriptors inherited from ranger.sh


Methods inherited from ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.displayable.html b/doc/pydoc/ranger.gui.displayable.html index 2e0cf7b6..276395ac 100644 --- a/doc/pydoc/ranger.gui.displayable.html +++ b/doc/pydoc/ranger.gui.displayable.html @@ -176,6 +176,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -276,6 +278,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.ui.html b/doc/pydoc/ranger.gui.ui.html index 8216ae1b..a8a59091 100644 --- a/doc/pydoc/ranger.gui.ui.html +++ b/doc/pydoc/ranger.gui.ui.html @@ -153,6 +153,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.browsercolumn.html b/doc/pydoc/ranger.gui.widgets.browsercolumn.html index 42407c57..b997cbef 100644 --- a/doc/pydoc/ranger.gui.widgets.browsercolumn.html +++ b/doc/pydoc/ranger.gui.widgets.browsercolumn.html @@ -17,9 +17,8 @@ Modules         -
re
-
stat
-

+
stat
+

-
 
@@ -155,6 +154,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -187,7 +188,5 @@ Fractions of a second may be present if  Data
       BAD_INFO = '?'
-PREVIEW_BLACKLIST = <_sre.SRE_Pattern object>
-PREVIEW_WHITELIST = <_sre.SRE_Pattern object>
+BAD_INFO = '?' \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.widgets.browserview.html b/doc/pydoc/ranger.gui.widgets.browserview.html index c07ea3d6..3827106c 100644 --- a/doc/pydoc/ranger.gui.widgets.browserview.html +++ b/doc/pydoc/ranger.gui.widgets.browserview.html @@ -136,6 +136,8 @@ Data descriptors inherited from ranger.sh


Methods inherited from ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.console.html b/doc/pydoc/ranger.gui.widgets.console.html index 4c72eae7..107ed09b 100644 --- a/doc/pydoc/ranger.gui.widgets.console.html +++ b/doc/pydoc/ranger.gui.widgets.console.html @@ -187,6 +187,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -326,6 +328,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -468,6 +472,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -634,6 +640,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -795,6 +803,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -966,6 +976,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -1110,6 +1122,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.html b/doc/pydoc/ranger.gui.widgets.html index d08b2136..b20d3c9f 100644 --- a/doc/pydoc/ranger.gui.widgets.html +++ b/doc/pydoc/ranger.gui.widgets.html @@ -127,6 +127,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.pager.html b/doc/pydoc/ranger.gui.widgets.pager.html index fff55482..290f348f 100644 --- a/doc/pydoc/ranger.gui.widgets.pager.html +++ b/doc/pydoc/ranger.gui.widgets.pager.html @@ -122,6 +122,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.statusbar.html b/doc/pydoc/ranger.gui.widgets.statusbar.html index 7fd7cb4b..65087ba2 100644 --- a/doc/pydoc/ranger.gui.widgets.statusbar.html +++ b/doc/pydoc/ranger.gui.widgets.statusbar.html @@ -167,6 +167,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.taskview.html b/doc/pydoc/ranger.gui.widgets.taskview.html index da7bfb62..7c59fee1 100644 --- a/doc/pydoc/ranger.gui.widgets.taskview.html +++ b/doc/pydoc/ranger.gui.widgets.taskview.html @@ -120,6 +120,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.titlebar.html b/doc/pydoc/ranger.gui.widgets.titlebar.html index db129e45..8823b03a 100644 --- a/doc/pydoc/ranger.gui.widgets.titlebar.html +++ b/doc/pydoc/ranger.gui.widgets.titlebar.html @@ -116,6 +116,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
-- cgit 1.4.1-2-gfad0 From aefd8048d2b246c0111ac1227ade2a9a9d38c35c Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 13:11:06 +0200 Subject: renamed "--fail-if-run" to the more accurate "--fail-unless-cd" The old name, --fail-if-run, is still valid and working. --- doc/ranger.1 | 6 +++--- ranger.py | 2 +- ranger/__main__.py | 11 ++++++++--- ranger/help/invocation.py | 9 +++++---- 4 files changed, 17 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/ranger.1 b/doc/ranger.1 index b197d774..39c33973 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -33,9 +33,9 @@ Activate the clean mode: Ranger will not access or create any configuration files nor will it leave any traces on your system. This is useful when your configuration is broken, when you want to avoid clutter, etc. .TP ---fail-if-run +--fail-unless-cd Return the exit code 1 if ranger is used to run a file, for example with -`ranger --fail-if-run filename`. This can be useful for scripts. +`ranger --fail-unless-cd filename`. This can be useful for scripts. .TP -r \fIdir\fR, --confdir=\fIdir\fR Define a different configuration directory. The default is $HOME/.ranger. @@ -176,7 +176,7 @@ of your parent shell after exiting ranger: .nf ranger() { - command ranger --fail-if-run $@ && + command ranger --fail-unless-cd $@ && cd "$(grep \\^\\' ~/.ranger/bookmarks | cut -b3-)" } .\"----------------------------------------- diff --git a/ranger.py b/ranger.py index aca1b557..ccc9f0d6 100755 --- a/ranger.py +++ b/ranger.py @@ -23,7 +23,7 @@ # after you exit ranger by starting it with: source ranger ranger """": if [ $1 ]; then - $@ --fail-if-run && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" + $@ --fail-unless-cd && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" else echo "usage: source path/to/ranger.py path/to/ranger.py" fi diff --git a/ranger/__main__.py b/ranger/__main__.py index ff5cdc4d..a03509cf 100644 --- a/ranger/__main__.py +++ b/ranger/__main__.py @@ -26,7 +26,7 @@ import sys def parse_arguments(): """Parse the program arguments""" - from optparse import OptionParser + from optparse import OptionParser, SUPPRESS_HELP from ranger import __version__, USAGE, DEFAULT_CONFDIR from ranger.ext.openstruct import OpenStruct parser = OptionParser(usage=USAGE, version='ranger ' + __version__) @@ -35,7 +35,9 @@ def parse_arguments(): help="activate debug mode") parser.add_option('-c', '--clean', action='store_true', help="don't touch/require any config files. ") - parser.add_option('--fail-if-run', action='store_true', + parser.add_option('--fail-if-run', action='store_true', # COMPAT + help=SUPPRESS_HELP) + parser.add_option('--fail-unless-cd', action='store_true', help="experimental: return the exit code 1 if ranger is" \ "used to run a file (with `ranger filename`)") parser.add_option('-r', '--confdir', type='string', @@ -50,6 +52,9 @@ def parse_arguments(): options, positional = parser.parse_args() arg = OpenStruct(options.__dict__, targets=positional) arg.confdir = os.path.expanduser(arg.confdir) + if arg.fail_if_run: + arg.fail_unless_cd = arg.fail_if_run + del arg['fail_if_run'] return arg @@ -185,7 +190,7 @@ def main(): runner = Runner(logfunc=print_function) load_apps(runner, ranger.arg.clean) runner(files=[File(target)], mode=arg.mode, flags=arg.flags) - sys.exit(1 if arg.fail_if_run else 0) + sys.exit(1 if arg.fail_unless_cd else 0) else: path = target else: diff --git a/ranger/help/invocation.py b/ranger/help/invocation.py index 3de574cc..26cffd4a 100644 --- a/ranger/help/invocation.py +++ b/ranger/help/invocation.py @@ -43,9 +43,10 @@ command line. This is useful when your configuration is broken, when you want to avoid clutter, etc. ---fail-if-run +--fail-unless-cd Return the exit code 1 if ranger is used to run a file, for example - with `ranger --fail-if-run filename`. This can be useful for scripts. + with `ranger --fail-unless-cd filename`. This can be useful for scripts. + (This option used to be called --fail-if-run) -r , --confdir= Define a different configuration directory. The default is @@ -69,7 +70,7 @@ command line. Examples: ranger episode1.avi ranger --debug /usr/bin - ranger --confdir=~/.config/ranger --fail-if-run + ranger --confdir=~/.config/ranger --fail-unless-cd ============================================================================== @@ -95,7 +96,7 @@ docstrings. Use this option if you don't need the documentation. Examples: PYTHONOPTIMIZE=1 ranger episode1.avi PYTHONOPTIMIZE=2 ranger --debug /usr/bin - python -OO `which ranger` --confdir=~/.config/ranger --fail-if-run + python -OO `which ranger` --confdir=~/.config/ranger --fail-unless-cd Note: The author expected "-OO" to reduce the memory usage, but that doesn't seem to happen. -- cgit 1.4.1-2-gfad0 From acf16d12e99a2543ef9f87c0bd9c9a7c77c0f90b Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 13:23:08 +0200 Subject: updated manpage --- doc/ranger.1 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/ranger.1 b/doc/ranger.1 index 39c33973..0e25a7cc 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -185,9 +185,8 @@ The files in .B ranger/defaults/ can be copied into your configuration directory (by default, this is $HOME/.ranger) and customized according to your wishes. -.B ranger/defaults/options.py -doesn't have to be copied completely though: Just define those settings -you want to change and they will override the default values. +Most files don't have to be copied completely though: Just define those +settings you want to add or change and they will override the defauls. Colorschemes can be placed in $HOME/.ranger/colorschemes. .P All configuration is done in Python. @@ -214,7 +213,7 @@ The mailing list: .RB < http://savannah.nongnu.org/mail/?group=ranger > .\"----------------------------------------- .SH BUGS -Since Chuck Norris, the Texas Ranger, watches over this project, there ought -to be no bugs. If you think otherwise, please report them here: +Please report them here and include as much relevant information +as possible: .P .RB < http://savannah.nongnu.org/bugs/?group=ranger > -- cgit 1.4.1-2-gfad0 From e74222ee48435895a636812f908c862f3fb7acb6 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 13:48:14 +0200 Subject: new stable version --- README | 4 ++-- doc/pydoc/ranger.html | 4 ++-- doc/ranger.1 | 2 +- ranger/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/README b/README index ea9eb521..fb1f4d8b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Ranger v.1.0.4 +Ranger v.1.1.0 ============== Ranger is a free console file manager that gives you greater flexibility @@ -19,7 +19,7 @@ About * Author: Roman Zimbelmann * Website: http://savannah.nongnu.org/projects/ranger * License: GNU General Public License Version 3 -* Version: 1.0.4 +* Version: 1.1.0 * Download URL of the newest stable version: http://git.savannah.gnu.org/cgit/ranger.git/snapshot/ranger-stable.tar.gz diff --git a/doc/pydoc/ranger.html b/doc/pydoc/ranger.html index b8e4e198..a0bc2cc6 100644 --- a/doc/pydoc/ranger.html +++ b/doc/pydoc/ranger.html @@ -6,7 +6,7 @@  
ranger (version 1.1.0)
 
- 
ranger (version 1.0.4)
index
/home/hut/code/ranger/ranger/__init__.py

Ranger - file browser for the unix terminal

@@ -56,7 +56,7 @@ Has the same arguments as print() in python3. __email__ = 'romanz@lavabit.com'
__license__ = 'GPL3'
__maintainer__ = 'Roman Zimbelmann'
-__version__ = '1.0.4'
+__version__ = '1.1.0'
arg = {'debug': False, 'flags': '', 'mode': 0, 'clean': False, 'confdir': '~/.ranger', 'targets': []}

diff --git a/doc/ranger.1 b/doc/ranger.1 index 0e25a7cc..ee94e1fd 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1,4 +1,4 @@ -.TH RANGER 1 ranger-1.0.4 +.TH RANGER 1 ranger-1.1.0 .SH NAME ranger - visual file manager .\"----------------------------------------- diff --git a/ranger/__init__.py b/ranger/__init__.py index f46a1e76..2f8b2572 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -20,7 +20,7 @@ import sys from ranger.ext.openstruct import OpenStruct __license__ = 'GPL3' -__version__ = '1.0.4' +__version__ = '1.1.0' __credits__ = 'Roman Zimbelmann' __author__ = 'Roman Zimbelmann' __maintainer__ = 'Roman Zimbelmann' -- cgit 1.4.1-2-gfad0