Moviuro

Results 69 comments of Moviuro

Did you try using `-m primary` in the rofi-pass conf file? https://github.com/carnager/rofi-pass/blob/master/config.example#L5-L8

@takuyozora Also, that's a weird way to use `pass`. You're leaking more than just metadata, you're actively displaying your username too. My pass files look like: `social/{facebook,twitter,reddit}.com`, `purchases/{steampowered,amazon}.com`, etc. @carnager...

@binaryplease I usually have `-.gpg`, e.g. `reddit-money`. I guess you could also use what was recently merged in #140

@binaryplease we're straying a bit away from rofi-pass, but if you care about someone reading your git-managed files, you might want to take a look at https://github.com/roddhjav/pass-tomb ? I don't...

Nota: this bug happens on OpenBSD's dhcpcd v9.4.1v0, but it **looks** like it doesn't happen on `master` (see #101 ). This is very promising. The following dhcpcd works with the...

Hi, sorry for the silent spell, I have been quite far away from my machine recently. I have taken the time to `find(1)` all files that might be of interest...

Looks good to me! Some other contributors might want to chip in though.

Release dates were pulled from individual pages about system updates: https://motorola-global-en-roe.custhelp.com/app/software-security-update/g_id/7112 -> "Select your Product" -> [Pick a product] > Motorola edge+ (2022) says: > > Currently receiving regular security...

Yes, probably. With the same regex and the same test strings, matches differ when they shouldn't (only partial matches in JavaScript, and complete matches in `grep(1)`). I'm however unable to...

> Somebody submitted this via google forms and claimed it's better: > > ``` > ^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$ > ``` > > Can anybody confirm this? @moviuro This can't match IPv4 compatible...