If a touch a new file or take a screenshot with scrot/escrotum, no "new files" are visible in GTK2/GTK3 file browser in the tab "Recent Files" (you can easily see an example of it in the CTRL+O window of browser like Firefox or Chrome.
What should I do to see my recently "hand" edited or created files to also be updated in the GTK Recent Files file browser?
Example:
$touch words.txt
$scrot image.jpg
Both generated files will not be visible in the Recent Files GTK tab.
Thank you
So based on my comment above, here's a small python script called
recent
that adds the files passed as arguments to the recent files. That could of course be improved to have better handling of URIs instead of assuming all files are local, clean the recent file list, remove specific entries, etc. It could also be rewritten in C to avoid running a full python interpreter just for that.