Windows Context Menu - Open directory with RawTherapee

Inspired by another thread re: associating file types with RawTherapee.

I don’t like the non file browser mode of RawTherapee (and I think it is planned to get rid of it), also I don’t like having to browse to the relevant folder every time I open RawTherapee, so here is a reg file that adds “Browse with RawTherapee” to the context menu of a directory (remember save as .reg unicode file). Enjoy, hope others find this useful.

And the obligatory disclaimer :slight_smile:
https://technet.microsoft.com/en-us/library/cc977982.aspx

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Browse with RawTherapee]
@="Browse with RawTherapee"

[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Browse with RawTherapee\command]
@="\"C:\\Program Files\\RawTherapee\\5.1\\rawtherapee.exe\" -w \"%1\""
4 Likes

Thanks @james , I opened a new issue:

1 Like