feat(bin): add new scripts for managing Claude profiles and sessions.

This commit is contained in:
David Ibia
2025-11-09 14:09:30 +01:00
parent eb766854e0
commit e34f495368
4 changed files with 206 additions and 0 deletions

2
.local/bin/brave-debug Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser --remote-debugging-port=9222 --user-data-dir=/tmp/brave-debug "$@"