@@ -47,12 +47,12 @@ foo_bar.exr
4747aaa.*** .tif@1-5
4848```
4949
50- Run ` fls -- /path/of/directory/ ` to list a specific directory.
50+ Run ` fls /path/of/directory/ ` to list a specific directory.
5151
5252Exemple with the sample set ** big** at the root level of the repo
5353
5454``` bash
55- $ fls -- samples/big/
55+ $ fls samples/big/
5656RenderPass_Pcam_1_***** .exr@0-96
5757RenderPass_Beauty_1_***** .exr@0-96
5858RenderPass_IndDiffuse_1_***** .exr@0-96
@@ -74,10 +74,10 @@ Inspired by rvls. You can use `-l`
7474
7575Run ` fls -l ` to list your current directory and display EXR informations.
7676
77- Run ` fls -l -- /path/of/directory/ ` to list a specific directory and display EXR informations.
77+ Run ` fls -l /path/of/directory/ ` to list a specific directory and display EXR informations.
7878
7979``` bash
80- $ fls -l -- samples/big/
80+ $ fls -l samples/big/
8181RenderPass_Beauty_1_***** .exr@0-96
8282RenderPass_Occlusion_1_***** .exr@0-73,75-96
8383RenderPass_Id_1_***** .exr@0-96
@@ -112,11 +112,11 @@ You can use a recursive approch of the directory and sub-folder
112112
113113You can use ` -r `
114114
115- Run ` fls -r -- /path/of/directory/ ` to list a specific directory and his
115+ Run ` fls -r /path/of/directory/ ` to list a specific directory and his
116116subfolder
117117
118118``` bash
119- $ fls -r -- .\s amples\
119+ $ fls -r .\s amples\
120120.\s amples\b ig\R enderPass_Diffuse_1_***** .exr@0-96
121121.\s amples\b ig\R enderPass_Ncam_1_00042.exr.bkp
122122.\s amples\b ig\R enderPass_DiffuseKey_1_***** .exr@0-96
@@ -145,11 +145,11 @@ You can use `-t`
145145
146146Always use ` -r ` to use the tree mode.
147147
148- Run ` fls -t -r -- /path/of/directory/ ` to list a specific directory and his
148+ Run ` fls -t -r /path/of/directory/ ` to list a specific directory and his
149149subfolder
150150
151151``` bash
152- $ fls -t -r -- .\s amples\
152+ $ fls -t -r .\s amples\
153153┗
154154 ┗ samples
155155 ┗ big
@@ -188,8 +188,8 @@ Here benchmarks done with [hyperfine](https://github.com/sharkdp/hyperfine) with
188188| Time | 4.7 ms | 23.3 ms | 33.5 ms | 41.8 ms |
189189
190190``` bash
191- hyperfine -N --warmup 3 ' target/release/fls -- ./samples/big/'
192- Benchmark 1: target/release/fls -- ./samples/big/
191+ hyperfine -N --warmup 3 ' target/release/fls ./samples/big/'
192+ Benchmark 1: target/release/fls ./samples/big/
193193 Time (mean ± σ): 4.7 ms ± 0.7 ms [User: 4.9 ms, System: 1.7 ms]
194194 Range (min … max): 4.3 ms … 11.5 ms 560 runs
195195```
0 commit comments