I am looking for a solution for recently visited files and/or directories by applications run in gnome terminal here
When I saw that question I thought of Emacs. Emacs has recentf-mode
, does that mean that if I open a shell buffer by M-xshell
or M-xterm
, all the files I visited by calling specific programs (e.g. evince for pdf, emacs for text files) from the shell buffer, will be recorded by the recentf-mode
and accessed by recentf-open-files
?
What kind of "visit" is qualified to be recorded?
C-x C-f
). This way, they will be recorded inrecentf
(but obviously you will be viewing in Emacs, which doesn't provide the same features as evince). – François Févotte Nov 22 '14 at 15:36