Initial release: cd-browser v0.1.0

This commit is contained in:
2026-03-14 17:21:49 +01:00
commit f03417f2f2
39 changed files with 2351 additions and 0 deletions

2
scripts/lint.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
ruff check src tests