jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
364 stars 31 forks source link

Configuration override #115

Closed MartinBR95 closed 5 years ago

MartinBR95 commented 5 years ago

I have recently installed taskopen but every time I use it I get:

Configuration override rc.verbose:off Configuration override rc.json.array:on Configuration override rc.verbose:off Configuration override rc.json.array:on

It still works but it is annoying

PD: I haven't modified any configuration

Thanks for your time

jschlatow commented 5 years ago

Hi @MartinBR95 , I released a new version that fixes this.

MartinBR95 commented 5 years ago

Thank you so much

scottkosty commented 5 years ago

@ValiValpas I wonder if we can come up with a more robust fix. I don't think that all of STDERR should be muted. It could be providing important warnings/errors. What do you think about doing something like the following?

task rc.verbose:blank,label,edit

or (I forget if taskopen depends on any of that information for parsing):

task rc.verbose:off
jschlatow commented 5 years ago

Thanks @scottkosty I like your first suggestion as it basically does the same as rc.verbose=off without triggering the 'Configuration override' message.

scottkosty commented 5 years ago

@ValiValpas thanks, looks good!