add moveing of tabs and groups, multi browser support, auto complite into terminal, extract html and adding testing

This commit is contained in:
2026-04-09 01:41:01 +02:00
parent 0cb2f1cb3f
commit ab4ba97886
19 changed files with 1069 additions and 57 deletions
+9 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "browser-cli"
version = "0.2.1"
version = "0.3.1"
description = "Control your real running browser from the terminal via a Chrome extension"
requires-python = ">=3.10"
dependencies = [
@@ -10,6 +10,10 @@ dependencies = [
[project.scripts]
browser-cli = "browser_cli.cli:main"
browser-cli-native-host = "browser_cli.native_host:main"
[dependency-groups]
dev = ["pytest>=8"]
[build-system]
requires = ["hatchling"]
@@ -17,3 +21,7 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["browser_cli"]
[tool.pytest.ini_options]
testpaths = ["tests"]
log_level = "INFO"