Package Details: tessen 2.2.3-1

Git Clone URL: https://aur.archlinux.org/tessen.git (read-only, click to copy)
Package Base: tessen
Description: An interactive menu to autotype and copy password-store and gopass data
Upstream URL: https://sr.ht/~ayushnix/tessen/
Keywords: bemenu libnotify pass rofi wl-clipboard wofi wtype
Licenses: GPL2
Submitter: ayushnix
Maintainer: ayushnix
Last Packager: ayushnix
Votes: 4
Popularity: 0.74
First Submitted: 2021-09-20 21:33 (UTC)
Last Updated: 2024-03-05 16:57 (UTC)

Dependencies (14)

Required by (0)

Sources (1)

Pinned Comments

ayushnix commented on 2022-02-19 20:24 (UTC) (edited on 2023-03-22 23:30 (UTC) by ayushnix)

tessen needs at least one

  • pass backend (pass, gopass)
  • wayland native dmenu backend (fuzzel, tofi, bemenu, yofi, wofi, rofi)
  • action backend (wtype, wl-clipboard)

to work as expected.

Latest Comments

ayushnix commented on 2023-03-24 07:28 (UTC)

@dreieck I've already mentioned in the tessen README.md file that adding support for X11 is not in scope and will never be done.

https://git.sr.ht/~ayushnix/tessen#features-that-will-not-be-implemented

If you want to use something similar on X11, rofi-pass is a good option.

dreieck commented on 2023-03-23 13:51 (UTC)

Can you also add X11-based dmenu backends and autotype and clipboard copy backends as optional dependencies, as they are supported by upstream, too?

It does not need wayland necessarily.

Regards!

ayushnix commented on 2022-03-30 14:24 (UTC)

@notresponding2u Please raise an issue on GitHub.

notresponding2u commented on 2022-03-30 11:09 (UTC) (edited on 2022-03-30 11:10 (UTC) by notresponding2u)

First I love the script.

But I have an issue when copying single character "passwords" (I am not using pass only for passwords) printf "%s" "$1" | wl-copy

Works when pasting in terminal, however, I can't paste anywhere else. I have found workaround by replacing it with wl-copy "$1" -n

This is on line 302.

Probably not the best solution but works for now.

ayushnix commented on 2022-02-19 20:24 (UTC) (edited on 2023-03-22 23:30 (UTC) by ayushnix)

tessen needs at least one

  • pass backend (pass, gopass)
  • wayland native dmenu backend (fuzzel, tofi, bemenu, yofi, wofi, rofi)
  • action backend (wtype, wl-clipboard)

to work as expected.

ayushnix commented on 2021-11-14 14:07 (UTC) (edited on 2021-11-14 14:08 (UTC) by ayushnix)

@ejiek thanks, I've made bemenu an optional dependency and added a .install file to notify users to install either bemenu, rofi, or wofi.

ejiek commented on 2021-11-06 04:26 (UTC)

With bemenu in non optional dependencies there is no way to use tessen with rofi or wofi without installing bemenu.

I'd recommend moving bemenu to optional dependencies and adding install file with post_install() section. It's a good place to mention that this application requires at least one of optional dependencies.