Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fish: fix newest/oldest | Alan Pearce | 2024-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 Pearce | 2024-05-17 | -3/+3 |
| | ||||
* | fish: add functions to get the {new,old}est file in a directory tree | Alan Pearce | 2024-05-15 | -0/+12 |