summary refs log tree commit diff stats
path: root/user/settings/fish/functions/oldest.fish
Commit message (Collapse)AuthorAgeLines
* fish: fix newest/oldestAlan Pearce2024-05-20-4/+6
| | | | | | | | before: - errors if arg was not a directory - hours and minutes were incorrectly separated, making sort inaccurate - `newest` would show the oldest file as reverse is handled per-key
* fish: fix newest/oldest with POSIX `cut`Alan Pearce2024-05-17-3/+3
|
* fish: add functions to get the {new,old}est file in a directory treeAlan Pearce2024-05-15-0/+12