Hey everyone, I've made a pass extension called `pass-tessen` to copy everything in a pass file, including password and metadata (key-value pairs in the format mentioned on www.passwordstore.org), on both Xorg/X11 and Wayland.
https://github.com/ayushnix/pass-tessen It uses fzf, xclip if you're on Xorg/X11, and wl-clipboard if you're using Wayland. Although this is my first project, I've tried to write code that focuses on being easy to read, is secure, and has no dependencies besides what's necessary. Any critique or review of `pass-tessen` is welcome. Regards, Ayush
