Coder Social home page Coder Social logo

iTerm /others slab integration about cli HOT 3 CLOSED

bitwarden avatar bitwarden commented on May 17, 2024
iTerm /others slab integration

from cli.

Comments (3)

birlorg avatar birlorg commented on May 17, 2024

@g4challenge I don't really understand.

My python version should just work with iTerm2 as a coprocess, the docs show what to type in to get it setup.

For the official client, which this repo is about, I haven't tried it, but you can probably make a wrapper around it to work very easily.

something like

bw list | choose | bw get

Would probably get you pretty far. (where choose is either the chooser I use/recommend on macOS or something like fzf)

Alternatively send in a patch to make it work more directly might be appreciated, but I can't speak for bitwarden.

from cli.

heywoodlh avatar heywoodlh commented on May 17, 2024

@g4challenge I wrote a simple shell script for this here: https://github.com/heywoodlh/bw-scripts

Like @birlorg recommends in Bitwarden CLI I also recommend using Choose on MacOS to be your fuzzy selector for SLAB functionality. If you're using choose you can steal the following snippet from my script for your own setup:

SELECTION="$(bw list items --search 'sudolikeaboss://' --session "$BW_SESSION" | jq -r '.[].name' | choose)"

bw get password "$SELECTION" --session "$BW_SESSION" | pbcopy

My two cents on SLAB being built in to bw: I'm not really sure it's a good idea to add SLAB functionality into bw. I think the design of bw as minimal as it is is pretty smart. That way others can build their own processes around it. I.E. you can write a shell script to do SLAB for you using bw to find and retrieve the passwords.

from cli.

creatorKoo avatar creatorKoo commented on May 17, 2024

I make some working stuff. and working good.

Please check out.

https://github.com/creatorKoo/bitwarden-iterm-helper

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.