flameshot icon indicating copy to clipboard operation
flameshot copied to clipboard

Allow environment variable expansion in config

Open NickLarsenNZ opened this issue 1 year ago • 1 comments

Feature Description

I would like to use the same config (in my dotfiles repo) across machines, but the savePath is not the same between them.

Eg:

[General]
savePath=${PICTURES_PATH} ; for example

That way I could set the variable for each machine without having to change the file and have a dirty git branch for the config.

NickLarsenNZ avatar Dec 22 '23 16:12 NickLarsenNZ

Also some way to deal with linux vs mac home directory path with $HOME or ~ would be nice.

focusaurus avatar May 16 '24 15:05 focusaurus