dkwo

Results 295 comments of dkwo

Surprisingly, river from void's repo works fine on apple silicon (16k kernel), even though zig is broken. How is this possible??

zig pr implementing runtime page size detect has been merged into master :)

Thanks for looking at this, and sorry for being cryptic. You got me right. I'm mostly concerned with local auth, but indeed a pass cmd could also deal with tokens....

To be unambiguous: the `pass cmd` option shuold let us use `pass`, `gopass` or whatever else we can use from the terminal.

Thanks for the update. I agree that `xdg_config_home` would be a good place for the dotfiles. Usually, the command is able to invoke whatever external tool one uses, a common...

@Gopinath-Mahendiran Sure. What is unclear from the above discussion?

The flow is: config file contains a line that specifies an external command that when invoked prints to stdout whatever password/token/secret, and zulip-term reads such output when a password is...

is it possible to let the password manager deal with the key? The idea is that `passcmd` (as specified in config) is a command that gives back the key as...

i.e. where to store the key and how to store it is out of scope for zulip.

I'm not sure I understand: isn't the api_key generated for you by zulip? is so, you can store it as you'd store any other password, and decrypt it when needed.