|
1 |
| -.Dd Aug 26, 2024 |
| 1 | +.Dd February 22, 2025 |
2 | 2 | .Dt NNN 1
|
3 | 3 | .Os
|
4 | 4 | .Sh NAME
|
@@ -286,6 +286,55 @@ in \fBtype-to-nav\fR mode:
|
286 | 286 | ~ | Go HOME
|
287 | 287 | ------ + ------------------------
|
288 | 288 | .Ed
|
| 289 | +.Sh SORT |
| 290 | +.Nm |
| 291 | +will always show the directories first, followed by the files. |
| 292 | +String order is always case-insensitive. |
| 293 | +.Pp |
| 294 | +The sort key can be set; either on start with the -T flag, or interactively |
| 295 | +using 't' or '^T'. |
| 296 | +The following options exist: |
| 297 | +.Bl -tag -width 2n |
| 298 | +.It Ic a |
| 299 | +apparent disk usage, how large the file appears to be, can be bigger than actual |
| 300 | +disk usage in sparse files. |
| 301 | +.It Ic d |
| 302 | +disk usage, amount of data taken on disk, a multiple of the block size. |
| 303 | +.It Ic e |
| 304 | +extension of the file. |
| 305 | +.It Ic r |
| 306 | +reverse the current order (not available for the -T flag). |
| 307 | +.It Ic s |
| 308 | +size of file, amount of data stored in the file. |
| 309 | +.It Ic t |
| 310 | +time, this depends on the currently selected time type which can be changed |
| 311 | +using the 'T' key. |
| 312 | +Options are: |
| 313 | +.Bl -tag -compact -width 1n |
| 314 | +.It Ic a |
| 315 | +access, last time the file was accessed. |
| 316 | +.It Ic c |
| 317 | +change, last time the metadata of the file was changed (e.g. permissions). |
| 318 | +.It Ic m |
| 319 | +modified, last time the content of the file was changed (default). |
| 320 | +.El |
| 321 | +.It Ic v |
| 322 | +version, sorts by filename while treating digit characters numerically. |
| 323 | +For example: j1.png, j02.png, j3.png. |
| 324 | +.It Ic c |
| 325 | +clear, revert to filename order (not available for the -T flag). |
| 326 | +.It Ic ^T |
| 327 | +cycle between filename/size/time order (not available for the -T flag). |
| 328 | +.El |
| 329 | +.Pp |
| 330 | +The uppercase version of the option can be used to specify the opposite of the |
| 331 | +default order. |
| 332 | +By default, time and size sort keys are ordered in descending order, and |
| 333 | +alphabetical fields are ordered in ascending order. |
| 334 | +For example, when using the 'e' option, the entries will be ordered by |
| 335 | +extension, in ascending order. |
| 336 | +Using 'E' would result in descending order of the extensions. |
| 337 | +This means that 'e' followed by 'r' is the same as 'E'. |
289 | 338 | .Sh SELECTION
|
290 | 339 | .Nm
|
291 | 340 | allows file selection across directories and contexts!
|
|
0 commit comments