I’m trying to build a shortcut that will do some git operations in another app’s sandbox.
- I’ve used
pickFolder to create a bookmark to that folder called LogSeq.
- I’m running a script to
cd to that folder and do the work
- The script works when run in the full app, but doesn’t work in the extension
- I’ve tried using the full path to the folder instead of the bookmark. Neither way works
- I believe this used to work? I’m basing this belief off comments from people in the LogSeq community who used this workflow in the past, but I’ve never personally used it before.

Thanks!
I’m trying to build a shortcut that will do some git operations in another app’s sandbox.
pickFolderto create a bookmark to that folder calledLogSeq.cdto that folder and do the workThanks!