tessen icon indicating copy to clipboard operation
tessen copied to clipboard

an interactive menu to autotype and copy pass and gopass data

Results 11 tessen issues
Sort by recently updated
recently updated
newest added

requesting support for key bindings similar to the ones in `rofi-pass`: ``` # Custom Keybindings autotype="Alt+1" type_user="Alt+2" type_pass="Alt+3" open_url="Alt+4" copy_name="Alt+u" copy_url="Alt+l" copy_pass="Alt+p" show="Alt+o" copy_entry="Alt+2" type_entry="Alt+1" copy_menu="Alt+c" action_menu="Alt+a" type_menu="Alt+t" help="Alt+h" switch="Alt+x"...

enhancement

I have gopass setup to use a gpg key that lives on my yubikey. This works fine with tessen as well, except for when I need to use a password...

bug
help wanted

Filippo Valsorda has released a fork of pass called [passage](https://github.com/FiloSottile/passage) which uses age instead of gpg.

The official [bitwarden CLI](https://benaaron.dev/blog/bitwarden-cli/) isn't really human friendly but it does output JSON and that can be parsed with jq. An unofficial cli, [rbw](https://github.com/doy/rbw), seems like a much more human...

It looks like keepassxc provides a [CLI interface](https://github.com/keepassxreboot/keepassxc/blob/develop/docs/man/keepassxc-cli.1.adoc) and there are a [few](https://github.com/naglfar/krunner-keepassxc) [dmenu](https://github.com/samedamci/rofi-keepassxc) [wrappers](https://github.com/firecat53/keepmenu) that use it although they also support adding, editing, and generating passwords. I'm not sure...

Hi, thanks for a nice program. I am using this in gnu guix, which has a strong emphasis on repeatability and transparency -- as such, would you be open to...

Hello, previously i use rofi, then i installed tessen with yay -S wtype yay -S tessen then tessen opened by dmenu?? how change tessen run with rofi . also my...

Hey, I added the option to customize the autotype behavior in the config file. The default behavior is as it was before. However, if autotype_default is set in the config...

For example, this allows one to provide additional rofi opts: ```sh tessen -d rofi --dopts="-window-title=test -monitor 0" ``` My use case is the following: On sway, rofi isn't able to...

enhancement

When one uses a clipboard manager `wl-copy --clear` doesn't always work correctly. Thus, one gathers a lot of secrets in the clipboard manager. However, the primary clipboard normally isn't read...

enhancement