developer-community-projects icon indicating copy to clipboard operation
developer-community-projects copied to clipboard

feat: add oprun.sh to projects.json

Open MykalMachon opened this issue 5 months ago • 1 comments

adding oprun.sh information to projects.json

oprun.sh

Short description

I use Windows Subsystem for Linux (WSL) for development and rely on 1Password to manage secrets for production, staging, and local workflows. My organization requires SSO authentication for 1Password, which means I must use the Windows 1Password CLI from within WSL to access my work credentials.

While most 1Password CLI features work in WSL through Windows interoperability, op run fails because it always executes commands in a Windows context, even when called from within WSL.

With that in mind, I created oprun.sh to emulate the ergonomics and utility of op run using op inject to achieve that under the hood.

Project category

  • [x] Repository
  • [ ] Article
  • [ ] Video

Developer Tools used

  • [x] CLI
  • [ ] Connect Server
  • [ ] CI/CD Integrations
  • [ ] SSH Agent
  • [ ] Events Reporting API
  • [ ] Passage or passwordless
  • [ ] SDKs
  • [ ] Something else...

URL

Here's a link to the GitHub Repo MykalMachon/oprun.sh

Author

  • Mykal Machon: send me an email

Can we contact you?

We'd love to be in touch about your project. Would you be open to our Developer Advocates reaching out?

  • [x] Yes, I'm open.

MykalMachon avatar Jul 30 '25 19:07 MykalMachon