Moviuro

Results 69 comments of Moviuro

Were there any issues without GNU `grep` and `awk`? Both are listed as dependencies (see `README.md`, when we probably could do without.

@Xanderio I like shipping [portable scripts](https://github.com/moviuro/moviuro.bin), and `rofi-pass` doesn't do any sort of dark magic AFAICT, so it should be feasible to rely only on POSIX options that FreeBSD `grep`...

Might be worth reflecting those in README.md and making sure future contributions use POSIX options for grep and awk. (I remember doing something similar for [openRA](https://github.com/OpenRA/OpenRA/pull/8427/files))

The empty string (`default_user=""`) would make more sense, I think.

@rattletat probably not related to the current thread? Try editing the config: https://github.com/carnager/rofi-pass/blob/136644167c06e842dd4f49541de1f9b1feb74c42/config.example#L60

* Yes we could: add a `:clip` directive in the `autotype` function (https://github.com/carnager/rofi-pass/blob/29307e3048acca8f725bc1c0ce799ef2c78dddf9/rofi-pass#L79-L87). Anything after `:clip` gets sent to the clipboard. * You could/should probably work around your issue (XY...

This might leak some precious metadata, such as "which passwords is my victim using most"? -- though it might not be a real issue, it should be written in the...

This will break `xdotool`. The `_xdotool` function must be modified to change the `--delay` to `--key-delay` when the backend is `ydotool`

Wouldn't that break in production? `git` isn't a dependency of `rofi-pass`; and a version number should be hardcoded in packaged versions.

Happy side-effect is that we don't even need to wipe the clipboard since it only contains a **T**ime-based **OTP**.