Giter Site home page Giter Site logo

Comments (4)

m-danya avatar m-danya commented on June 23, 2024

I've faced the same problem. For those who want to do downgrade the bw:

As far as bw snap channels does not provide any other version, than the most recent, I've tried to build bw from the official repo and add the self-made binary to the $PATH, but now I have an error "Cannot find or execute bw". I can execute bw from the command line, but the plugin does not see it.

If I've done something wrong, please, tell me.

So what have I done:

  • install npm and git
  • remove bw
  • execute:
cd
mkdir .bw
cd .bw
git clone https://github.com/bitwarden/cli .
git checkout v1.16.0
npm install
npm run sub:init
npm run 
cd build
echo '#!/bin/bash\nnode ./bw.js "$@"' > bw
chmod +x bw

Add to ~/.bashrc:

export PATH="$HOME/.bw/build:$PATH"

log out & log in

from ulauncher-bitwarden.

m-danya avatar m-danya commented on June 23, 2024

Ok, I've found the solution. All I had to do is:

It works, yay!

from ulauncher-bitwarden.

jim465 avatar jim465 commented on June 23, 2024

nor does it work with cli 1.18....

from ulauncher-bitwarden.

kbialek avatar kbialek commented on June 23, 2024

The extension works fine with bw cli v1.18.0.

I have the cli installed through snap.

Version checks:

>>> whereis bw
bw: /snap/bin/bw

>>> bw -v
1.18.0

>>> snap list bw
Name  Version  Rev  Tracking       Publisher   Notes
bw    1.18.0   29   latest/stable  bitwarden✓  -

from ulauncher-bitwarden.

Related Issues (8)

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.