[READ-ONLY] Mirror of https://github.com/Schniz/dotfiles. my dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(bin): add oc helper to attach opencode to a directory

Gal Schlezinger (Apr 29, 2026, 10:40 AM EDT) 9fd5dc4e 29c2bb25

+6
+6
bin/oc
··· 1 + #!/bin/bash 2 + 3 + # we either take $1 as the dir, or $(pwd): 4 + workdir=${1:-$(pwd)} 5 + 6 + opencode attach --dir="$workdir" http://localhost:4096