Re: pass password thru a filter on way to clipboard?

2017-11-27 Thread Greg Minshall
Andrew, > xsel has a timeout option, and xclip has a (more useful for this case, > IMHO) loops option which only allows the data to be pasted N times. nice! thanks! ___ Password-Store mailing list Password-Store@lists.zx2c4.com

Re: pass password thru a filter on way to clipboard?

2017-11-26 Thread Greg Minshall
hi, Till, yes, i could do the pipeline outside of pass. however, "pass -c" does this nice thing of clearing the selection after N seconds, and i'd like to retain that (without implementing it myself). cheers, Greg ___ Password-Store mailing list

pass password thru a filter on way to clipboard?

2017-11-23 Thread Greg Minshall
ould likely be more secure, so...) i don't think that can be done as an add-on (without duplicating all of cmd_show, i'd guess). cheers, and again thanks, Greg Minshall ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: Security Vulnerability: Faulty GPG Signature Checking

2018-06-18 Thread Greg Minshall
Ben, > No. It only stops people from adding new commits who don't have your > GPG key. thanks (again). one thing is that now "pass insert" requires inputting your gpg key (in order to sign, presumably). so, a very minor annoyance. cheers, Greg ___

Re: pass choose

2018-06-03 Thread Greg Minshall
for the code to work -- at the point i do. it *seems* as if "items" should contain everything one would want to have in "COMPREPLY". cheers, Greg >From f5e4d5d34aec8b3e7ec6127993f87c305daf9f54 Mon Sep 17 00:00:00 2001 From: Greg Minshall Date: Sun, 3 Jun 2018 19:21:55

Re: question on security

2018-01-30 Thread Greg Minshall
Guthrie, Ben, Kenny, Martin, thanks for all the replies. mass itemized reply (inconsequential). 1. yes, it's Mingshen Sun's ios app i was looking at. 2. i should figure out multiple keys in general, for password-store in particular. (gpg* scares me (**).) that would probably be a win, given

question on security

2018-01-27 Thread Greg Minshall
hi. thanks very much to the responsible parties for password-store, which i'm happily using on lubuntu. i'm attracted to somehow synchronizing with my iphone. the solution (that i've seen) uses git for synchronizing. this tickles something that's worried me a bit since i started looking at

option for no highlighting on output

2019-09-23 Thread Greg Minshall
hi. i wanted to edit those of my files that matched a certain pattern, and tried: for i in $(pass grep -iw user | grep ':$' | sed s/://); do pass tailedit $i; done but, i got files with names like: tfxPMA-^[[94mbank-hsbc-^[[1mhesab.txt where the characters preceding the

Re: option for no highlighting on output

2021-03-26 Thread Greg Minshall
Oliver, > I like the env var but wouldn’t it also be good to detect if pass is > being piped or outputting to the terminal? That would be a good > default behavior, which you could override with env variable. that would be great. cheers, Greg

Re: option for no highlighting on output

2021-03-26 Thread Greg Minshall
hi. i wonder if i could put in a renewed plug for my own request from a while back? it would be great (for me, anyway) to see this in the main code base. cheers, and thanks for all those secrets, Greg From: Greg Minshall To: password-store@lists.zx2c4.com Subject: option

Re: option for no highlighting on output

2021-03-28 Thread Greg Minshall
Oliver, > that would be great. (sorry, i should have said this initially.) if this would be of interest to add to the source, i'd be happy to produce a candidate patch. cheers, Greg

Re: pass list

2021-04-14 Thread Greg Minshall
Pierre, > I am willing to write a patch if we find consensus. i'd be a fan. and, if highlighting could somehow also be controlled, that would be great. cheers, Greg

Re: [RFC PATCH] Add option to print the first line of an entry

2021-12-20 Thread Greg Minshall
Rene, i wonder if it might make sense to do this as a separate extension, a companion, e.g., to pass-extension-tail? cheers, Greg

Re: [RFC PATCH] Add option to print the first line of an entry

2021-12-22 Thread Greg Minshall
Rene, > The idea is to make piping the password as easy as copying it to the > clipboard. IMHO this should be a feature of pass. easy is good! here is how i, at least, use `pass tail` (*): bash wonderful (master): {316} pass tail foo/bar username: every...@example.com bash wonderful

Re: Pass Generate Hidden

2021-11-02 Thread Greg Minshall
Nathan, > Is there an option (or could there be) for `pass generate ...` to not > print the new password? I always like to test the decoding anyway, > plus it would be more secure. maybe i'm misunderstanding, but i always do `pass generate -c ...`. cheers, Greg

Re: Question: Printing and Clipping Password Info

2021-10-23 Thread Greg Minshall
Mitch, i think you could: pass fubar | \ tee >(awk 'NR > 1 {print}' > /dev/tty) | \ awk 'NR == 1 { print }' | \ xclip -i -selection clipboard (YSMV == your shell may vary). cheers, Greg

Re: How to search by login name?

2022-12-10 Thread Greg Minshall
Philipp, how about something like : pass grep -l minsh...@umich.edu

Re: [PATCH] feat: support more clippers

2023-01-23 Thread Greg Minshall
hi. for this, and your exa patch, *i* (who have nothing to do with this project, other than being a happy user) would prefer to have command line switches, or some sort of PASS_XCLIP_COMMAND / PASS_LS_COMMAND environmental variables. i can imagine scenarios where something named, e.g.,