Replies: 1 comment
-
🤦 I did some more stepping thru and the issue is that apparently PATH is not shared so I needed to fully path That said having a log to tail and see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a "script"
bipo
that I want to trigger vialeader key > r > b > o
but it seems to never be run and I can't figure out why? I was hoping that there was some kind of error log that I could tail to try and see what the issue is. Command runs fine when run from terminal.The "script" is really just a quick one liner that I use when I update brew and I see something new that shows up and I wanna find out more.
This with bipo I can copy a block or a single new formula or cask and then just
bipo
and it will get the URLs from info and just open them... but again nothing happens when I run it via leader key. So far I've been able to run a command likeecho $(whoami) >> /Users/benh/Desktop/some_file
and tail that to check that leader key is running as me. And I've confirmed thatecho $(pbpaste) >> /Users/benh/Desktop/some_file
also correctly pulls from the pastebin but even when I copy that whole one-liner in as the command I get nothing and it's hard to diagnose the issue.Beta Was this translation helpful? Give feedback.
All reactions