blob: 67d53db7c24cf70ee74bc3b440a8562c958bdcf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Bitwarden RBW blues</h2>
<h3>2023-12-05</h3>
<p>
Unfortunately the CLI app for Bitwarden is clunky and difficult to use as
it is stateless. A kind soul wrote an unofficial CLI app called
<a href="https://github.com/doy/rbw">RBW</a> that uses a daemon, but it
stopped working a couple of weeks ago. Issues are pending but no reaction
from the author so far.
</p>
<p>The official Bitwarden CLI app is still working though.</p>
<p>
My current solution is to use password-store on the CLI and Bitwarden in
Firefox and Android.
</p>
<p>
There's a dirty hack called "B" here:
<a href="https://github.com/lebarondecharlus/b"
>https://github.com/lebarondecharlus/b</a
>, but it has the master password in clear in the script.
</p>
<p>
I'm wondering if it's possible to script a bridge between the two, but
it's looking like I need to use password-store for CLI apps, and Bitwarden
for the rest.
</p>
<h3>Update:</h3>
<p>RBW has been fixed. The .eu bitwarden domains have been integrated. Tested in rbw-1.9.0-1 arch package</p>
<p>Check <a href="https://github.com/doy/rbw#configuration">https://github.com/doy/rbw#configuration</a> for usage info.</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|