summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:20:02 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:20:02 -0800
commit653f76e940f63e0b45ffa48410f5c34359386b99 (patch)
treea26459ff3d5c819c26067981aefe03ec7f782bee
parentf1eeba225d961a1c8560af61f631972ee283c037 (diff)
downloadnatsort-653f76e940f63e0b45ffa48410f5c34359386b99.tar.gz
Add a link to the shell script documentatio in the README
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 77d34e9..de64d99 100644
--- a/README.rst
+++ b/README.rst
@@ -353,7 +353,8 @@ Shell script
------------
`natsort`_ comes with a shell script called `natsort`_, or can also be called
-from the command line with ``python -m natsort``.
+from the command line with ``python -m natsort``. Check out the
+`shell script wiki documentation`_ for more details.
Requirements
------------
@@ -504,4 +505,5 @@ Please visit the changelog `on GitHub`_ or `in the documentation`_.
.. _allow custom sorting keys: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#using-a-custom-sorting-key
.. _accounting for units: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#accounting-for-units-when-sorting
.. _these version sorting examples: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#sorting-more-expressive-versioning-schemes
-.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE \ No newline at end of file
+.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE
+.. _shell script wiki documentation: https://github.com/SethMMorton/natsort/wiki/Shell-Script \ No newline at end of file