Custom Folder Browser

Open the preference window, click the file path in "Config File", a config file named marboo_config.json will be opened.

find the content following:

    "comment": "设置目录浏览器。可以设置Default(或者写Finder也可,都代表用Finder打开)或Terminal等",
    "folder_viewer": "Finder",
    "1.folder_viewer": "Default",
    "2.folder_viewer": "Terminal",

in the line contains the folder viewer which you want to sue, remove the number and add number to the previous key. For example, if you want to use Terminal to open folder, then change the content to:

    "comment": "设置目录浏览器。可以设置Default(或者写Finder也可,都代表用Finder打开)或Terminal等",
    "0.folder_viewer": "Finder",
    "1.folder_viewer": "Default",
    "folder_viewer": "Terminal",

save the file, and the config will be updated.

BTW, you can enter t to open Terminal with current directory, useful for terminal user.