Skip to content
/ rsort Public

cli/module for applying natsort.realsorted -- useful for strings with exponential numbers in them

Notifications You must be signed in to change notification settings

jyalim/rsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rsort

Simple utility that performs real sorting.

Compat

Built for python 3 (py2 untested).

Python Dependencies

Installing

Linux

# Make sure $HOME/.local/bin is in your PATH
#   or install rsort to a PATH directory
chmod +x src/rsort.py
ln -s $(readlink -f src/rsort.py) $HOME/.local/bin/rsort

Example

# See examples/README.md
rsort "*.png"

About

cli/module for applying natsort.realsorted -- useful for strings with exponential numbers in them

Resources

Stars

Watchers

Forks

Packages

No packages published