A => .gitignore +1 -0
A => README.md +13 -0
@@ 1,13 @@
+# qutewarden
+
+Bitwarden client in a Qutebrowser userscript.
+
+## install
+
+Qutewarden needs the bitwarden cli client to be installed and $BW_SESSION set.
+
+TODO: ask for password to unlock session key and save it transiently
+
+## usage
+
+Run `:spawn --userscript bw` which should try to fill credentials for the current page automatically or give you a selection if more then one entry is found.
A => index.js +1 -0
A => package.json +13 -0
@@ 1,13 @@
+{
+ "name": "qutewarden",
+ "version": "0.0.1",
+ "description": "Bitwarden userscript for Qutebrowser",
+ "main": "index.js",
+ "repository": "https://git.sr.ht/~koehr/qutewarden",
+ "author": "koehr",
+ "license": "MIT",
+ "private": false,
+ "dependencies": {
+ "qutejs": "^1.1.1"
+ }
+}
A => yarn.lock +8 -0
@@ 1,8 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+qutejs@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/qutejs/-/qutejs-1.1.1.tgz#117510492d2e30e96d568f7eff94c24a345dcfa4"
+ integrity sha512-ZZuYypiC8HgW+1RzoORURy7H/fND7Yq+53s72j3Fd2rUgGwn/H/7W73PeH8nZkQrP86n60Ukejr0KcdwmYaO/g==