krz/yoshi-cli
A password manager for the command line.
clone: git clone https://gitbay.org/krz/yoshi-cli.git
1c7d6acca84706ea426f9034bccc4caaeebb892b
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2025-08-02T16:09:11Z
README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) @@ -34,7 +34,7 @@ cd yoshi-cli pipx install . ``` - + # Usage @@ -43,7 +43,7 @@ pipx install . All commands can be passed to the program with the following template: `yoshi <COMMAND> <FLAG> <PARAMETER>` - + ## Arguments @@ -171,7 +171,7 @@ when encrypting, none are required when decrypting: </tbody> </table> - + # Contributing @@ -18,8 +18,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/ccleberg/yoshi" -Issues = "https://github.com/ccleberg/yoshi/issues" +Homepage = "https://git.sr.ht/~cxc/yoshi" +Issues = "https://git.sr.ht/~cxc/yoshi" [project.scripts] yoshi = "yoshi.cli:yoshi"