Pavlos Vinieratos

Results 133 comments of Pavlos Vinieratos

I am taking some time today to fork and merge PRs. https://github.com/pvinis/awesome-split-keyboards I would prefer to add people in the repo as maintainers already, so more than one person is...

Hey @diimdeep! No, I didn't submit anything, I just forked and merged a bunch of PRs in there. I'm happy to remove my fork again or just point it to...

Same, you can add me as well.

Hm, I was added but now I'm not anymore again 🤦.

I think you should definitely add this here. Maybe make a PR? :)

Indeed. Maybe @diimdeep could add someone else too as maintainer to help with this?

Seems like both sed and sd can do the cmd output thing, but it also seems none of them can handle cmd output *and* capture groups. :(

I guess like https://stackoverflow.com/a/17301724/377456. That works for you, right? Using `$(date -d ..)`. I needed the capture too, so I ended up using perl https://github.com/pvinis/home-dashboard/blob/master/scripts/copy-env-from-1pass#L3.

I would recommend you use perl too then. Take this as a base, and go crazy :) ``` perl -pi -e 's/(.*)/`date -d $2`/ge' file.txt ```

victory is what is used too.