summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 17:22:33 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 17:31:16 -0400
commit3d2994b74c1105b4c6c8fe0c10d47d6d3541907a (patch)
tree1c1f14428e39c8322c03d77912914647ce826d06 /go.mod
parent1349bbc6e6627f357065602e085be762aab06383 (diff)
downloadgetwtxt-3d2994b74c1105b4c6c8fe0c10d47d6d3541907a.tar.gz
merged indexHandler with cssHandler, updated tests
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions
?h=v1.9.1&id=6f7e47d6a91627fab3e08f42df5114db3c22841a'>^
1
2
3
4
5
6
7
8
9
                                            
 


                                                                             
                                                


                                                     
# Compatible with ranger 1.6.0 through 1.7.*
#
# 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()