f.el icon indicating copy to clipboard operation
f.el copied to clipboard

[Feature request] `f-newer-p` and `f-older-p`

Open rileyrg opened this issue 5 years ago • 1 comments

Any chance of a "newer" function? ie (if (f-newer fileA fileB) ) ... fileA is newer than fileB...

rileyrg avatar Jan 17 '21 16:01 rileyrg

I think this would be a nice addition to f. f-newer-p could also be accompanied by f-older-p, though the person implementing it should be wary not to define one as being the opposite of the other, two files could be created at the same time.

Phundrak avatar Jun 02 '22 09:06 Phundrak