6

I want to know does nautilus maintain any Navigation History file of visited folders.

  • If yes then where it is storing its history ?
  • If not then is it possible to monitor the nautilus either using script or using any packages and create a history file ?
g_p
  • 19,034
  • 6
  • 59
  • 69

1 Answers1

6

The nautilus itself doesn't keep logging history, but you can find history of what you have done in the file ~/.local/share/recently-used.xbel

From here you can just invoke a script or search by hand for what you want.

Hope this could help

Maythux
  • 87,123