Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
fmn
3 years agoNew Contributor
Unable to use op Outside a Terminal
Hello,
I'm wondering if it's possible to op outside a terminal, e.g. when started by an application launcher. The following script illustrates my use case:
op items list > ~/out 2>&1
...
Former Member
2 years agoTry adding the following line at the beginning of your script:
#!/bin/bash