From c0f2fc72eccb4127fba5f48ce4b422487d6ec752 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 13 Apr 2015 12:49:49 +0200 Subject: moved "doc/examples" to "examples" for more visibility --- examples/plugin_new_sorting_method.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/plugin_new_sorting_method.py (limited to 'examples/plugin_new_sorting_method.py') diff --git a/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py new file mode 100644 index 00000000..6b41b0e1 --- /dev/null +++ b/examples/plugin_new_sorting_method.py @@ -0,0 +1,9 @@ +# Compatible with ranger 1.6.* +# +# This plugin adds the sorting algorithm called 'random'. To enable it, type +# ":set sort=random" or create a key binding with ":map oz set sort=random" + +from ranger.container.directory import Directory +from random import random +Directory.sort_dict['random'] = lambda path: random() + -- cgit 1.4.1-2-gfad0