RecentFilesLog - Record recent opened files into Collections

RecentFilesList - Record recent opened files into Collections.

When you double-click on a file or press {Enter} key on selected files,
This script will add the file/files into collections according to its type group.
双击/回车打开文件时,按文件归属的类型组添加到对应文件收集中,即最近打开文件的记录

Although the Windows OS already has a folder "/recent" for recording recent documents,
it is still not enough for me.
I need to record any file every time I double-click, even .exe files

DOpus v13.16.6 (2025.7.2) 增加了文件的添加日期属性,.cct 文件中会记录文件被添加到收集中的日期,文件收集路径下可显示新增的列: "添加日期"
Changes: In file collections a new column, Date Added, is available. This displays the date/time that each item was added to the collection.

Screenshot

Config Options

Collections


Collection

Clear recent collections

To clear all collections, use this command:
要清空最近文件的收集记录,可执行:

dopusrt /col delete "RecentFiles"

(Functions that are currently unachievable, I need help)

To do:
★1.If the file already exists in the collection, update its "added date".
★2.Limit the number of items in a single collection, delete the earliest added files when the collection is full.

v1.0 The first version. 2025.7.30

Usage

Download the .opusscriptinstall file, and double-click it to install.
All done.

You can set a folder format for path coll://RecentFiles like this:(request v13.6.6+)

Download

2025.7.31 : Event.RecentFilesLog-v1.0.opusscriptinstall (5.4 KB)

3 Likes