sicksync icon indicating copy to clipboard operation
sicksync copied to clipboard

Store config in project dir

Open laggingreflex opened this issue 8 years ago • 1 comments

Right now config related to all projects are stored in ~/.sicksync/config.json combined

I use BashOnWindows so the home ~/ in bash is not my home in windows, so getting to the bash's ~/.sicksync/conf.json is sometimes tricky, and there's a duplication of configs that way.

How about if configs related to projects be stored in the project directory itself?

laggingreflex avatar Jan 21 '17 10:01 laggingreflex

Yeah, there's been talk about doing something like what other software does (look in the current directory for configs and fallback either up the fs path, defaulting to some place).

This would be a somewhat larger feature, but I'll try and give it some attention at some point.

joelgriffith avatar Jan 23 '17 19:01 joelgriffith