raimue / openbox-passmenu

Access the pass(1) password store from an Openbox menu

Home Page:https://raimue.blog/2018/10/02/openbox-passmenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openbox-passmenu

This repository provides a script to access to the passwords saved in the password manager pass(1) directly from the window manager Openbox with a custom menu.

Screenshot of openbox-passmenu

Installation

$ git clone https://github.com/raimue/openbox-passmenu.git
$ cd openbox-passmenu
$ make

Configuration

Add the following snippet into the <menu> section in your Openbox configuration (usually at ~/.config/openbox/*rc.xml):

<menu>
  ...
  <file>/home/.../openbox-passmenu/passmenu.xml</file>
  ...
</menu>

Also configure a keybinding to open the menu in <keyboard>:

<keyboard>
  ...
  <keybind key=\"W-p\">
    <action name=\"ShowMenu\">
      <menu>passmenu</menu>
    </action>
  </keybind>
  ...
</keyboard>

Finally, load the new configuration and try out the keybinding:

$ openbox --reconfigure

Credits and License

This project was inspired by passmenu, a script to access the pass password store from dmenu.

openbox-passmenu is licensed under the terms of the MIT license. Please see the LICENSE file for details.

About

Access the pass(1) password store from an Openbox menu

https://raimue.blog/2018/10/02/openbox-passmenu/

License:MIT License


Languages

Language:Shell 90.9%Language:Makefile 9.1%