balta2ar / brotab

Control your browser's tabs from the command line
MIT License
389 stars 27 forks source link

Allow to change MAX_NUMBER_OF_TABS #95

Open nidico opened 1 year ago

nidico commented 1 year ago

The MAX_NUMBER_OF_TABS constant is currently hardcoded to 5000 in api.py. It'd be nice if this could be configured, e.g. through a command line setting.

Workaround: Modify the source code directly (e.g. ~/.local/pipx/venvs/brotab/lib/python3.11/site-packages/brotab/api.py).