flameshot-org / flameshot

Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
https://flameshot.org
GNU General Public License v3.0
24.92k stars 1.6k forks source link

command line flag to silence notifications #1817

Open edgimar opened 3 years ago

edgimar commented 3 years ago

It would be nice if there were -q or --quiet command line flags that would silence any system notifications that would otherwise be generated by flameshot when using it via a script.

borgmanJeremy commented 3 years ago

100% agree. We already have a config option to disable notifications so I propose rather than a -q flag, we expand the flameshot --config options.

In a script you could then do:

flameshot config flameshot gui .... ... flameshot config

veracioux commented 3 years ago

@borgmanJeremy In that case I think it would be appropriate to add a --config option that allows you to choose a config file to which flameshot config applies. Actually, the --config option should be available to any subcommand and to the daemon. Many CLI programs provide such an option.