Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rofi-passmenu

rofi-passmenu is a simple script that works exacly like passmenu, but uses rofi instead of dmenu.

I created it because rofi-pass doesn't support simply copying to the clipboard.

Installation

You need to have pass and rofi installed, do it e.g. with your package manager: sudo pacman -S rofi pass.

Aur

Coming soon!

Manual

git clone https://github.com/D00NIK/rofi-passmenu
cd rofi-passmenu

sudo install -Dm755 rofi-passmenu /usr/local/bin/rofi-passmenu
# or use a Makefile I provided
sudo make install

Usage

rofi-passmenu [--type] [rofi arguments...]

Official passmenu README

`passmenu` is a [dmenu][]-based interface to [pass][], the standard Unix
password manager. This design allows you to quickly copy a password to the
clipboard without having to open up a terminal window if you don't already have
one open. If `--type` is specified, the password is typed using [xdotool][]
instead of copied to the clipboard.

On wayland [dmenu-wl][] is used to replace dmenu and [ydotool][] to replace xdotool.
Note that the latter requires access to the [uinput][] device, so you'll probably
need to add an extra udev rule or similar to give certain non-root users permission.

# Usage

    passmenu [--type] [dmenu arguments...]

[dmenu]: http://tools.suckless.org/dmenu/
[xdotool]: http://www.semicomplete.com/projects/xdotool/
[pass]: http://www.zx2c4.com/projects/password-store/
[dmenu-wl]: https://github.com/nyyManni/dmenu-wayland
[ydotool]: https://github.com/ReimuNotMoe/ydotool
[uinput]: https://www.kernel.org/doc/html/v4.12/input/uinput.html

Credits

This script is just a copy of passmenu with a few changes done, but it does work entirely the same with rofi. This script uses:

About

A rofi alternative to passmenu

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages