2025-03-25 18:12:51 +01:00
|
|
|
Enhancement: Add `sort` option to `ls` command
|
ls: sort output by size, atime, ctime, mtime, time(=mtime), extension (#5182)
Enhancement: create ability to sort output of restic ls -l by
name, size, atime, ctime, mtime, time(=mtime), X(=extension), extension
---------
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
2025-02-03 21:07:04 +00:00
|
|
|
|
2025-03-25 18:12:51 +01:00
|
|
|
The `ls -l` command output can now be sorted using the new `--sort <field>`
|
|
|
|
option for the fields `name`, `size`, `time` (same as `mtime`), `mtime`,
|
|
|
|
`atime`, `ctime` and `extension`. A `--reverse` option is also available.
|
ls: sort output by size, atime, ctime, mtime, time(=mtime), extension (#5182)
Enhancement: create ability to sort output of restic ls -l by
name, size, atime, ctime, mtime, time(=mtime), X(=extension), extension
---------
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
2025-02-03 21:07:04 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4179
|
|
|
|
https://github.com/restic/restic/pull/5182
|