qutebrowser profile manager

Compare changes

Choose any two refs to compare.

Changed files
+4 -1
src
qbpm
+3
CHANGELOG.md
··· 1 + # next 2 + - add `--help` flag to `qbpm config` 3 + 1 4 # ~2.1~ 2.2 2 5 - `config.toml` supports `application_name` for generated XDG desktop files 3 6 - defaults to `{profile_name} (qutebrowser profile)`, you may want just `{profile_name}`
+1 -1
src/qbpm/main.py
··· 290 290 exit_with(exists) 291 291 292 292 293 - @main.group(context_settings={"help_option_names": []}) 293 + @main.group() 294 294 def config() -> None: 295 295 """Commands to create a qbpm config file. 296 296