aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-03-07 02:27:48 +0000
committerGitHub <noreply@github.com>2019-03-07 02:27:48 +0000
commitfad403c33b8f10aa8f15d2d7864c378ffc1dca5a (patch)
tree34318e5ab305c1badbee7d6a0ced466dec789a02 /README.md
parentMerge pull request #44 from boastful-squirrel/header-sorting (diff)
downloadminiserve-fad403c33b8f10aa8f15d2d7864c378ffc1dca5a.tar.gz
miniserve-fad403c33b8f10aa8f15d2d7864c378ffc1dca5a.zip
Remove note in README about sort order
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/README.md b/README.md
index 73dba75..c30007c 100644
--- a/README.md
+++ b/README.md
@@ -37,34 +37,6 @@ Sometimes this is just a more practical and quick way than doing things properly
miniserve -i 192.168.0.1 -i 10.13.37.10 -i ::1 /tmp/myshare
-### Sort files for easier navigation
- miniserve --sort=natural /tmp/myshare # (default behaviour)
- # 1/
- # 2/
- # 3
- # 11
-
- miniserve --sort=alpha /tmp/myshare
- # 1/
- # 11
- # 2/
- # 3
-
- miniserve --sort=dirsfirst /tmp/myshare
- # 1/
- # 2/
- # 11
- # 3
-
- miniserve --sort=date /tmp/myshare
- # list files in chronological order (most recent files on top of the list)
-
- miniserve --reverse /tmp/myshare
- # 11
- # 3
- # 2/
- # 1/
-
## Features
- Easy to use