mattydebie / bitwarden-rofi

Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi
GNU General Public License v3.0
346 stars 56 forks source link

Not an issue but a request for help #38

Open wisdomlight opened 4 years ago

wisdomlight commented 4 years ago

Hi folk would someone mind explaining to me how to install Rofi on linux mint? I downloaded the zip extracted it put all the files in the ~/bin My ~/bin is in my $PATH and looks like this:

sherab@sherab-Librem-13-v2:~/bin$ ls
bwmenu  img  lib-bwmenu  LICENSE  README.md

but i get the following error:

sherab@sherab-Librem-13-v2:~/bin$ bwmenu 
/home/sherab/bin/bwmenu: line 52: rofi: command not found
/home/sherab/bin/bwmenu: line 86: rofi: command not found

Any suggestions? I am sure i miss something!

Mange commented 4 years ago

Have you installed rofi? It should be in your package manager. (This should probably be mentioned in the README too.)

You only need to place the bwmenu and lib-bwmenu files inside your ~/bin.

wisdomlight commented 4 years ago

Thank you @Mange I didn't get that Rofi is what needs to be installed from the Software manager. So now when i run it do i just need to put the credentials of BW ?

Mange commented 4 years ago

Yeah, follow the install instructions of bwcli and log in to your account using it. After that you should be able to use bwmenu.