▲ | amelius 5 days ago | |
No, I mean globally (over all directories, starting from my home directory). And of course, if the latest file isn't what I wanted, then it should be possible to easily go to the latest file before that. | ||
▲ | skydhash 5 days ago | parent | next [-] | |
Then you need emacs’s dired. There’s a find command that will do that. ;) | ||
▲ | cb321 5 days ago | parent | prev [-] | |
It's 10x slower than a more specialized command [1] for me, but adding recursion only requires adding one extra asterisk (`**` instead of `*`) and maybe a D if you want to include dot files or triple star if you want to follow symlinks:
Not sure how to change to get most recent 4 or whatever in the Zsh style (since, you know, that'd be 10x slower..) |