You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to support doas besides sudo? I want to use ego in dmenu/tofi scripts, but I can't use ego in these scripts without sudo/doas, and I don't use sudo on my personal machines, if doas support is not so simple to do, is there any idea how to avoid this:
==== AUTHENTICATING FOR org.freedesktop.machine1.host-shell ====
Authentication is required to acquire a shell on the local host.
Multiple identities can be used for authentication:
1. ...
2. ...
Choose identity to authenticate as (1-6): 2
Password:
==== AUTHENTICATION COMPLETE ====
I want something like this: ego --user $user --user_password $user_password $command
The text was updated successfully, but these errors were encountered:
Are there any plans to support doas besides sudo? I want to use ego in dmenu/tofi scripts, but I can't use ego in these scripts without sudo/doas, and I don't use sudo on my personal machines, if doas support is not so simple to do, is there any idea how to avoid this:
I want something like this: ego --user $user --user_password $user_password $command
The text was updated successfully, but these errors were encountered: